public class PropertyFeatureMetaData extends Object implements FeatureMetaData
PropertyFeatureProvider.| Constructor and Description |
|---|
PropertyFeatureMetaData(Feature feature,
String specification) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
A map of custom feature attributes describing the feature
|
FeatureState |
getDefaultFeatureState()
Default feature state, if it is not stored in a
StateRepository. |
Set<FeatureGroup> |
getGroups()
The feature groups to which the feature belongs.
|
String |
getLabel()
Returns a human readable name of the feature.
|
public String getLabel()
FeatureMetaDatagetLabel in interface FeatureMetaDatapublic FeatureState getDefaultFeatureState()
FeatureMetaDataStateRepository.getDefaultFeatureState in interface FeatureMetaDatapublic Set<FeatureGroup> getGroups()
FeatureMetaDatagetGroups in interface FeatureMetaDatapublic Map<String,String> getAttributes()
FeatureMetaDatagetAttributes in interface FeatureMetaDataCopyright © 2018. All Rights Reserved.