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