|
||||||||||
| 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
public class PropertyMapProperty
An immutable property which has PropertyMap's as values.
| Constructor Summary | |
|---|---|
PropertyMapProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyMapGroup propertyGroup)
Constructor. |
|
| Method Summary | |
|---|---|
PropertyMap |
get(java.lang.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. |
java.lang.Object |
getValue(java.lang.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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyMapProperty(PropertyGroup group,
java.lang.String name,
java.lang.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 property| Method Detail |
|---|
public PropertyMapGroup getPropertyMapGroup()
public boolean isMutable()
Property
isMutable in interface PropertyisMutable in class AbstractPropertypublic java.lang.Object getValue(java.lang.Object object)
Property
getValue in interface PropertygetValue in class ValueHandlerPropertyobject - the object containing the value
public PropertyMap get(java.lang.Object valueContainer)
valueContainer - the value container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||