net.infonode.properties.types
public class EnumProperty extends ValueHandlerProperty
Version: $Revision: 1.7 $
| Constructor Summary | |
|---|---|
| EnumProperty(PropertyGroup group, String name, Class type, String description, PropertyValueHandler valueHandler, Object[] validValues)
Constructor.
| |
| Method Summary | |
|---|---|
| Object[] | getValidValues()
Returns the valid values for this property.
|
| Object | getValue(Object object) |
| void | setValue(Object object, Object value) |
Parameters: group the property group name the property name type the property type description the property description valueHandler handles values for this property validValues valid values for this property
Returns: the valid values for this property