|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface exposes the alert input param meta data attributes
Method Summary |
Type | Method |
---|---|
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 defautl value |
void |
setInputParameterMeta(FeedMetaData feedInputParam)
Sets the input param meta data |
Method Detail |
public long getId()
public FeedMetaData getInputParameterMeta()
oracle.panama.model.FeedMetaData
public void setInputParameterMeta(FeedMetaData feedInputParam)
feedInputParam
- FeedMetaData containing the input param meta dataoracle.panama.model.FeedMetaData
public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String value)
the
- default valuepublic java.lang.String getParamName()
public java.lang.String getParamType()
DataType
public org.w3c.dom.Element getXML()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |