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