public abstract class GroupAttributeDescriptor extends Descriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTOR_TYPE_GROUP |
DESCRIPTOR_TYPE_DEFAULT| Constructor and Description |
|---|
GroupAttributeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDescriptor> |
getAttributes()
Returns a list of AttributeDescriptor objects this category holds
|
List<? extends Descriptor> |
getDescriptors()
Returns a list of Descriptor objects this category holds
|
String |
getDescriptorType()
Returns "GROUP" as descriptor type of this object.
|
getDescription, getLabel, getNamepublic static final String DESCRIPTOR_TYPE_GROUP
public String getDescriptorType()
getDescriptorType in class Descriptorpublic List<? extends Descriptor> getDescriptors()
public List<AttributeDescriptor> getAttributes()