org.eclipse.jst.jsf.metadataprocessors.internal.provisional.features
Interface IDefaultValue
- All Superinterfaces:
- IMetaDataEnabledFeature
- All Known Implementing Classes:
- BooleanType, EnumerationType, 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
public 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
public java.lang.String getDefaultValue()
- Returns:
- default value or null if one not defined