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
- public class DirectionProperty
- extends EnumProperty
A property of type Direction
.
- Version:
- $Revision: 1.6 $
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
get
public Direction get(Object valueContainer)
- Returns the
Direction
value of this property in a value container.
- Parameters:
valueContainer
- the value container
- Returns:
- the boolean value of this property
set
public void set(Object valueContainer,
Direction direction)
- Sets the
Direction
value of this property in a value container.
- Parameters:
valueContainer
- the value containerdirection
- the Direction
value
Copyright © 2007 NNL Technology AB. All Rights Reserved.