Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.feed
Interface FeedMetaData


public interface FeedMetaData

represent all the required information for a feed param.

Author:
: Thomas Wilsher

Method Summary
 java.lang.String getCaption()
          Get the caption for this parameter
 java.lang.String getDataType()
          Get the data type of this meta data.
 java.lang.String getDefaultValue()
          Get the default value to use for this parameter.
 long getId()
          Get the unique id for this parameter
 java.lang.String getName()
          Get the name for this meta data
 void setCaption(java.lang.String caption)
          Set the caption for this parameter
 void setDefaultValue(java.lang.String defaultVal)
          Set the default value for this parameter.

 

Method Detail

getName

public java.lang.String getName()
Get the name for this meta data
Returns:
String the meta data Name.

getId

public long getId()
Get the unique id for this parameter
Returns:
the unique id for this parameter

getDataType

public java.lang.String getDataType()
Get the data type of this meta data.
Returns:
data type -- one of the data types defined in the oracle.panama.feed.FeedUtil interface
See Also:
<{FeedUtil}>

getDefaultValue

public java.lang.String getDefaultValue()
Get the default value to use for this parameter.
Returns:
the default value for this parameter

setDefaultValue

public void setDefaultValue(java.lang.String defaultVal)
Set the default value for this parameter.
Parameters:
defaultVal - the default value for this parameter

getCaption

public java.lang.String getCaption()
Get the caption for this parameter
Returns:
String the caption set for this parameter

setCaption

public void setCaption(java.lang.String caption)
Set the caption for this parameter

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.