|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.properties.util.AbstractProperty
An abstract base class for properties.
Method Summary | |
boolean |
canBeAssiged(Object value)
Returns true if the value can be assigned to this property. |
String |
getDescription()
Returns a description of this property. |
PropertyGroup |
getGroup()
Returns the property group that this property belongs to. |
String |
getName()
Returns the property name. |
Class |
getType()
Returns the value type of this property. |
boolean |
isMutable()
Returns true if this property is mutable. |
void |
setValue(Object object,
Object value)
Sets the value of this property in an object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.infonode.properties.base.Property |
getValue, removeValue, valueIsRemovable, valueIsSet |
Method Detail |
public PropertyGroup getGroup()
Property
getGroup
in interface Property
public String getName()
Property
getName
in interface Property
public Class getType()
Property
getType
in interface Property
public String getDescription()
Property
getDescription
in interface Property
public boolean isMutable()
Property
isMutable
in interface Property
public void setValue(Object object, Object value)
Property
setValue
in interface Property
object
- the object to set the property value invalue
- the value of the propertypublic String toString()
public boolean canBeAssiged(Object value)
Property
canBeAssiged
in interface Property
value
- the value to assign
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |