Package net.infonode.properties.types
Class DirectionProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.EnumProperty
net.infonode.properties.types.DirectionProperty
- All Implemented Interfaces:
Property
A property of type
Direction.-
Constructor Summary
ConstructorsConstructorDescriptionDirectionProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor. -
Method Summary
Methods inherited from class net.infonode.properties.types.EnumProperty
getValidValues, getValue, setValueMethods inherited from class net.infonode.properties.util.ValueHandlerProperty
removeValue, valueIsRemovable, valueIsSetMethods inherited from class net.infonode.properties.util.AbstractProperty
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
-
Constructor Details
-
DirectionProperty
public DirectionProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor.- Parameters:
group- the property groupname- the property namedescription- the property descriptionvalueHandler- handles values for this property
-
-
Method Details
-
get
Returns theDirectionvalue of this property in a value container.- Parameters:
valueContainer- the value container- Returns:
- the boolean value of this property
-
set
Sets theDirectionvalue of this property in a value container.- Parameters:
valueContainer- the value containerdirection- theDirectionvalue
-