| net.infonode.properties.types.PropertyGroupProperty net.infonode.properties.propertymap.PropertyMapProperty
PropertyMapProperty | public class PropertyMapProperty extends PropertyGroupProperty (Code) | | An immutable property which has
PropertyMap 's as values.
author: $Author: jesper $ version: $Revision: 1.4 $ |
PropertyMapProperty | public PropertyMapProperty(PropertyGroup group, String name, String description, PropertyMapGroup propertyGroup)(Code) | | Constructor.
Parameters: group - the property group Parameters: name - the property name Parameters: description - the property description Parameters: propertyGroup - property maps for this property group can be values for this property |
get | public PropertyMap get(Object valueContainer)(Code) | | Return the property valueContainer value for this property in the value container.
Parameters: valueContainer - the value container the property valueContainer value for this property in the value container |
getPropertyMapGroup | public PropertyMapGroup getPropertyMapGroup()(Code) | | Returns the property group which property maps can be used as values for this property.
the property group which property maps can be used as values for this property |
isMutable | public boolean isMutable()(Code) | | |
|
|