Class PropertyGroupDescriptor


  • public class PropertyGroupDescriptor
    extends Object
    Contains a List<String> to view the group as a single object and the associated feature.
    Since:
    10.11RC1
    Version:
    $Id: 50cac10a031d8585fd0486814b98d540117de586 $
    • Constructor Detail

      • PropertyGroupDescriptor

        public PropertyGroupDescriptor​(List<String> group)
        Default constructor.
        Parameters:
        group - hierarchy of groups or null if no group is required (to only specify the feature)
    • Method Detail

      • getGroup

        public List<String> getGroup()
        Returns:
        the hierarchy of groups or null if no group was provided
      • setFeature

        public void setFeature​(String feature)
        Parameters:
        feature - the feature to associate to this group
      • getFeature

        public String getFeature()
        Returns:
        the feature associated to this group or null if no feature was provided