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