Oracle Application Server Wireless Java API Reference
B10400-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 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
Returns:
String returns the value

setValue

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

getInputParamMeta

public AlertInputParamMeta getInputParamMeta()
Returns 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

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.