public interface AugmentedCont2
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedCont2.LeafIdentifier
Identify the leaf of AugmentedCont2.
|
| Modifier and Type | Method and Description |
|---|---|
Cont1s |
cont1s()
Returns the attribute cont1s.
|
void |
cont1s(Cont1s cont1s)
Sets the attribute cont1s.
|
boolean |
isLeafValueSet(AugmentedCont2.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(int leaf4)
Sets the attribute leaf4.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int leaf4()
BitSet valueLeafFlags()
Cont1s cont1s()
void leaf4(int leaf4)
leaf4 - value of leaf4void cont1s(Cont1s cont1s)
cont1s - value of cont1sboolean isLeafValueSet(AugmentedCont2.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.