oracle.panama.alert
Interface AlertInputParamValue

All Superinterfaces:
java.io.Serializable

public interface AlertInputParamValue
extends java.io.Serializable

Interface exposing the Alert input param value attributes


Method Summary
TypeMethod
 AlertInputParamMeta getInputParamMeta()
          Returns the input param meta
 java.lang.String getParamName()
          Get Param Name
 java.lang.String getParamType()
          Returns the parameter type
 java.lang.String getValue()
          Get the param value
 void setValue(java.lang.String value)
          Sets the value for the input param
 

Method Detail

getParamName

public java.lang.String getParamName()
Get Param Name
Returns:
String returns the parameter name

getValue

public java.lang.String getValue()
Get the param value

setValue

public void setValue(java.lang.String value)
              throws PanamaException
Sets the value for the input param
Parameters:
value - String containg the value

getInputParamMeta

public AlertInputParamMeta getInputParamMeta()
Returns the input param meta
Parameters:
AlertInputParamMeta - The input param meta

getParamType

public java.lang.String getParamType()
Returns the parameter type
Returns:
String NUMBER or TEXT: get the info from ParamMeta i.e from feedMeta.getDataTypeCode()
See Also:
oracle.panama.model.FeedMetaData#getDataTypeCode