net.infonode.properties.propertymap
public class PropertyMapGroup extends PropertyGroup
Version: $Revision: 1.3 $
| Constructor Summary | |
|---|---|
| PropertyMapGroup(String name, String description)
Constructor.
| |
| PropertyMapGroup(PropertyMapGroup superGroup, String name, String description)
Creates a group with a super group.
| |
| Method Summary | |
|---|---|
| PropertyMap | getDefaultMap()
Returns the property map containing the default values for properties in this group.
|
Parameters: name the name of this group description the description for this group
Parameters: superGroup the super group from which to inherit properties name the name of this group description the description for this group
Returns: the property map containing the default values for properties in this group