Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.mobilealert
Interface AlertInputParamMeta

All Superinterfaces:
java.io.Serializable

public interface AlertInputParamMeta
extends java.io.Serializable

Interface exposes the alert input param meta data attributes


Method Summary
 java.lang.String getCaption()
          Get the Caption for this input param
 java.lang.String getDefaultValue()
          Get the Default value of the input param
 long getId()
          Get the input param meta data id
 FeedMetaData getInputParameterMeta()
          Get the feed meta data on which the parameter is derived from
 java.lang.String getParamName()
          Get the param name
 java.lang.String getParamType()
          Get the input param type.
 org.w3c.dom.Element getXML()
          Get the Input param information in XML format
 void setCaption(java.lang.String caption)
          Set the caption
 void setDefaultValue(java.lang.String value)
          Set the default value
 void setInputParameterMeta(FeedMetaData feedInputParam)
          Sets the input param meta data

 

Method Detail

getId

public long getId()
Get the input param meta data id
Returns:
long id of the input parameter meta data

getInputParameterMeta

public FeedMetaData getInputParameterMeta()
Get the feed meta data on which the parameter is derived from
Returns:
FeedMetaData The the input parameter meta data
See Also:
oracle.panama.model.FeedMetaData

setInputParameterMeta

public void setInputParameterMeta(FeedMetaData feedInputParam)
Sets the input param meta data
Parameters:
feedInputParam - FeedMetaData containing the input param meta data
See Also:
oracle.panama.model.FeedMetaData

getCaption

public java.lang.String getCaption()
Get the Caption for this input param
Returns:
String The caption

setCaption

public void setCaption(java.lang.String caption)
Set the caption
Returns:
caption The caption string

getDefaultValue

public java.lang.String getDefaultValue()
Get the Default value of the input param
Returns:
String returns the default value

setDefaultValue

public void setDefaultValue(java.lang.String value)
Set the default value

getParamName

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

getParamType

public java.lang.String getParamType()
Get the input param type. The list of data types is defined as seeded DataType
Returns:
the parameter type
See Also:
DataType

getXML

public org.w3c.dom.Element getXML()
Get the Input param information in XML format
Returns:
Element xml element containing input param information

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.