|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getCaption()
public java.lang.String getDefaultValue()
public long getId()
public FeedMetaData getInputParameterMeta()
FeedMetaData
public java.lang.String getParamName()
public java.lang.String getParamType()
DataType
public org.w3c.dom.Element getXML()
public void setCaption(java.lang.String caption)
caption
- Caption stringpublic void setDefaultValue(java.lang.String value)
value
- Default valuepublic void setInputParameterMeta(FeedMetaData feedInputParam)
feedInputParam
- FeedMetaData containing the input param meta dataFeedMetaData
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |