public class WellKnownMetaProperty<T> extends TypedMetaProperty<T>
| Constructor and Description |
|---|
WellKnownMetaProperty() |
WellKnownMetaProperty(java.lang.String name,
T defaultValue) |
WellKnownMetaProperty(WellKnownMetaProperty<T> copy) |
| Modifier and Type | Method and Description |
|---|---|
TypedMetaProperty<T> |
getDefault() |
TypedMetaProperty<T> |
getFrom(MetaPropertyCollection collection)
Retrieves the WellKnownProperty from the given property collection.
|
T |
getValueFrom(MetaPropertyCollection collection) |
getTypedValueequals, getName, getValue, getValueAs, setName, setValue, toStringpublic WellKnownMetaProperty()
public WellKnownMetaProperty(java.lang.String name,
T defaultValue)
public WellKnownMetaProperty(WellKnownMetaProperty<T> copy)
public TypedMetaProperty<T> getDefault()
public TypedMetaProperty<T> getFrom(MetaPropertyCollection collection)
public T getValueFrom(MetaPropertyCollection collection)