net.infonode.properties.propertymap
public class PropertyMapProperty extends PropertyGroupProperty
Version: $Revision: 1.4 $
| 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) |
| boolean | isMutable() |
Parameters: group the property group name the property name description the property description propertyGroup property maps for this property group can be values for this property
Parameters: valueContainer the value container
Returns: the property valueContainer value for this property in the value container
Returns: the property group which property maps can be used as values for this property