public class DirectionProperty extends EnumProperty
Direction.| Constructor and Description |
|---|
DirectionProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
get(java.lang.Object valueContainer)
Returns the
Direction value of this property in a value container. |
void |
set(java.lang.Object valueContainer,
Direction direction)
Sets the
Direction value of this property in a value container. |
getValidValues, getValue, setValueremoveValue, valueIsRemovable, valueIsSetcanBeAssiged, getDescription, getGroup, getName, getType, isMutable, toStringpublic DirectionProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)
group - the property groupname - the property namedescription - the property descriptionvalueHandler - handles values for this property