Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.mobilealert
Interface AlertInputParamMeta

All Superinterfaces:
java.io.Serializable

public interface AlertInputParamMeta
extends java.io.Serializable

Interface exposes the alert input parameter 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)
          Set the input param meta data

 

Method Detail

getCaption

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

getDefaultValue

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

getId

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

getInputParameterMeta

public FeedMetaData getInputParameterMeta()
Get the feed meta data on which the parameter is derived from
Returns:
Input parameter meta data
See Also:
FeedMetaData

getParamName

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

getParamType

public java.lang.String getParamType()
Get the input param type. Available data types are seeded.
Returns:
Parameter type
See Also:
DataType

getXML

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

setCaption

public void setCaption(java.lang.String caption)
Set the caption
Parameters:
caption - Caption string

setDefaultValue

public void setDefaultValue(java.lang.String value)
Set the default value
Parameters:
value - Default value

setInputParameterMeta

public void setInputParameterMeta(FeedMetaData feedInputParam)
Set the input param meta data
Parameters:
feedInputParam - FeedMetaData containing the input param meta data
See Also:
FeedMetaData

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.