Package org.xwiki.properties
Class PropertyGroupDescriptor
- java.lang.Object
-
- org.xwiki.properties.PropertyGroupDescriptor
-
public class PropertyGroupDescriptor extends Object
Contains aList<String>
to view the group as a single object and the associated feature.- Since:
- 10.11RC1
- Version:
- $Id: 50cac10a031d8585fd0486814b98d540117de586 $
-
-
Constructor Summary
Constructors Constructor Description PropertyGroupDescriptor(List<String> group)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFeature()
List<String>
getGroup()
void
setFeature(String 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
-
-