net.infonode.properties.util
public abstract class AbstractProperty extends Object implements Property
Version: $Revision: 1.4 $
Constructor Summary | |
---|---|
protected | AbstractProperty(PropertyGroup group, String name, Class type, String description)
Constructor.
|
Method Summary | |
---|---|
boolean | canBeAssiged(Object value) |
String | getDescription() |
PropertyGroup | getGroup() |
String | getName() |
Class | getType() |
boolean | isMutable() |
void | setValue(Object object, Object value) |
String | toString() |
Parameters: group the property group name the property name type the property type description the property description