public interface Group
| Modifier and Type | Interface and Description |
|---|---|
static class |
Group.LeafIdentifier
Identify the leaf of Group.
|
| Modifier and Type | Method and Description |
|---|---|
GroupFormat |
groupFormat()
Returns the attribute groupFormat.
|
void |
groupFormat(GroupFormat groupFormat)
Sets the attribute groupFormat.
|
int |
id()
Returns the attribute id.
|
void |
id(int id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Group.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int id()
BitSet valueLeafFlags()
GroupFormat groupFormat()
void id(int id)
id - value of idvoid groupFormat(GroupFormat groupFormat)
groupFormat - value of groupFormatboolean isLeafValueSet(Group.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.