net.infonode.properties.types

Class PropertyGroupProperty

public class PropertyGroupProperty extends ValueHandlerProperty

A property that can be assigned a value container as value.

Version: $Revision: 1.5 $

Author: $Author: jesper $

Constructor Summary
PropertyGroupProperty(PropertyGroup group, String name, Class type, String description, PropertyValueHandler valueHandler, PropertyGroup propertyGroup)
Constructor.
Method Summary
PropertyGroupgetPropertyGroup()
Returns the property group.

Constructor Detail

PropertyGroupProperty

public PropertyGroupProperty(PropertyGroup group, String name, Class type, String description, PropertyValueHandler valueHandler, PropertyGroup propertyGroup)
Constructor.

Parameters: group the property group name the property name type the property type description the property description valueHandler handles values for this property propertyGroup the property group. Values for properties in this group can be stored in the value containers that are this properties values.

Method Detail

getPropertyGroup

public PropertyGroup getPropertyGroup()
Returns the property group. Values for properties in this group can be stored in the value containers that are this properties values.

Returns: the property group