Class PropertyMapGroup
java.lang.Object
net.infonode.properties.base.PropertyGroup
net.infonode.properties.propertymap.PropertyMapGroup
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.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyMapGroup
(String name, String description) Constructor.PropertyMapGroup
(PropertyMapGroup superGroup, String name, String description) Creates a group with a super group. -
Method Summary
Modifier and TypeMethodDescriptionReturns the property map containing the default values for properties in this group.Methods inherited from class net.infonode.properties.base.PropertyGroup
addProperty, getDescription, getName, getProperties, getProperty, getProperty, getPropertyCount, getSuperGroup, hasProperty, toString
-
Constructor Details
-
PropertyMapGroup
Constructor.- Parameters:
name
- the name of this groupdescription
- the description for this group
-
PropertyMapGroup
Creates a group with a super group.- Parameters:
superGroup
- the super group from which to inherit propertiesname
- the name of this groupdescription
- the description for this group
-
-
Method Details
-
getDefaultMap
Returns the property map containing the default values for properties in this group.- Returns:
- the property map containing the default values for properties in this group
-