org.eclipse.jst.jsf.metadataprocessors.features
Interface IDefaultValue
- All Superinterfaces:
- IMetaDataEnabledFeature
- All Known Implementing Classes:
- BooleanType, DoubleType, EnumerationType, IntegerType, LongType, NumberType, StringType
public interface IDefaultValue
- extends IMetaDataEnabledFeature
Interface providing a default value.
Field Summary |
static java.lang.String |
DEFAULT_VALUE_PROP_NAME
Default name of property in annotation file to use when supplying default values from meta-data |
DEFAULT_VALUE_PROP_NAME
static final java.lang.String DEFAULT_VALUE_PROP_NAME
- Default name of property in annotation file to use when supplying default values from meta-data
- See Also:
- Constant Field Values
getDefaultValue
java.lang.String getDefaultValue()
- Returns:
- default value or null if one not defined