net.infonode.properties.types
public class DirectionProperty extends EnumProperty
Version: $Revision: 1.6 $
Constructor Summary | |
---|---|
DirectionProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
|
Method Summary | |
---|---|
Direction | get(Object valueContainer)
Returns the Direction value of this property in a value container.
|
void | set(Object valueContainer, Direction direction)
Sets the Direction value of this property in a value container.
|
Parameters: group the property group name the property name description the property description valueHandler handles values for this property
Parameters: valueContainer the value container
Returns: the boolean value of this property