|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.PropertyGroupProperty
net.infonode.properties.propertymap.PropertyMapProperty
An immutable property which has PropertyMap
's as values.
Constructor Summary | |
PropertyMapProperty(PropertyGroup group,
String name,
String description,
PropertyMapGroup propertyGroup)
Constructor. |
Method Summary | |
PropertyMap |
get(Object valueContainer)
Return the property valueContainer value for this property in the value container. |
PropertyMapGroup |
getPropertyMapGroup()
Returns the property group which property maps can be used as values for this property. |
Object |
getValue(Object object)
Returns the value of this property in a value container. |
boolean |
isMutable()
Returns true if this property is mutable. |
Methods inherited from class net.infonode.properties.types.PropertyGroupProperty |
getPropertyGroup |
Methods inherited from class net.infonode.properties.util.ValueHandlerProperty |
removeValue, setValue, valueIsRemovable, valueIsSet |
Methods inherited from class net.infonode.properties.util.AbstractProperty |
canBeAssiged, getDescription, getGroup, getName, getType, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyMapProperty(PropertyGroup group, String name, String description, PropertyMapGroup propertyGroup)
group
- the property groupname
- the property namedescription
- the property descriptionpropertyGroup
- property maps for this property group can be values for this propertyMethod Detail |
public PropertyMapGroup getPropertyMapGroup()
public boolean isMutable()
Property
isMutable
in interface Property
isMutable
in class AbstractProperty
public Object getValue(Object object)
Property
getValue
in interface Property
getValue
in class ValueHandlerProperty
public PropertyMap get(Object valueContainer)
valueContainer
- the value container
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |