Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mobilealert
Interface AlertInputParamValue

All Superinterfaces:
java.io.Serializable

public interface AlertInputParamValue
extends java.io.Serializable

Interface exposing the Alert input param value attributes.


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

 

Method Detail

getInputParamMeta

public AlertInputParamMeta getInputParamMeta()
Returns the input parameter meta data.
Returns:
Input parameter metadata

getParamName

public java.lang.String getParamName()
Get the parameter name.
Returns:
Parameter name

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:
FeedMetaData

getValue

public java.lang.String getValue()
Get the parameter value.
Returns:
Parameter value

setValue

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.