| java.lang.Object net.infonode.properties.base.PropertyGroup net.infonode.properties.propertymap.PropertyMapGroup
PropertyMapGroup | public class PropertyMapGroup extends PropertyGroup (Code) | | A property group containing properties for which values can be set in a property map.
The property map group has a property map containing default values for the properties in this group.
If no default value is set, the default value of the property will be used.
author: $Author: jesper $ version: $Revision: 1.3 $ |
Method Summary | |
public PropertyMap | getDefaultMap() Returns the property map containing the default values for properties in this group. |
PropertyMapGroup | public PropertyMapGroup(String name, String description)(Code) | | Constructor.
Parameters: name - the name of this group Parameters: description - the description for this group |
PropertyMapGroup | public PropertyMapGroup(PropertyMapGroup superGroup, String name, String description)(Code) | | Creates a group with a super group.
Parameters: superGroup - the super group from which to inherit properties Parameters: name - the name of this group Parameters: description - the description for this group |
getDefaultMap | public PropertyMap getDefaultMap()(Code) | | Returns the property map containing the default values for properties in this group.
the property map containing the default values for properties in this group |
|
|