public class Group extends Object implements Serializable, Cloneable
cf:group
element is intended to inform the client that the property to
which it
refers is one that is “groupable” – that is, that the client should provide a user interface that
allows the user to group or filter on the values of that property. Groupable properties
should contain
a small set of discrete values (e.g. book genres are perfect for groups).
The cf:group
element contains the following attributes:
cf:group
element
refers to the default sort order.cf:group
element refers. If it is omitted, the client should use the value of the
"element" attribute as the human-readable name. The "label" attribute is required if the
"element" attribute is omitted. Constructor and Description |
---|
Group(org.jdom2.Namespace namespace,
String element,
String label) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object o) |
String |
getElement()
Returns the name of the element.
|
String |
getLabel()
Returns the label of the element.
|
org.jdom2.Namespace |
getNamespace()
Returns the namespace of the element.
|
int |
hashCode() |
String |
toString() |
public String getElement()
public String getLabel()
public org.jdom2.Namespace getNamespace()
Copyright © 2022. All rights reserved.