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