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) |
getTypedValue
equals, getName, getValue, getValueAs, setName, setValue, toString
public 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)