public interface BundledLink
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BundledLink.LeafIdentifier
Identify the leaf of BundledLink.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
desTpRef()
Returns the attribute desTpRef.
|
void |
desTpRef(Object desTpRef)
Sets the attribute desTpRef.
|
boolean |
isLeafValueSet(BundledLink.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
sequence()
Returns the attribute sequence.
|
void |
sequence(long sequence)
Sets the attribute sequence.
|
Object |
srcTpRef()
Returns the attribute srcTpRef.
|
void |
srcTpRef(Object srcTpRef)
Sets the attribute srcTpRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long sequence()
Object srcTpRef()
Object desTpRef()
BitSet valueLeafFlags()
void sequence(long sequence)
sequence - value of sequencevoid srcTpRef(Object srcTpRef)
srcTpRef - value of srcTpRefvoid desTpRef(Object desTpRef)
desTpRef - value of desTpRefboolean isLeafValueSet(BundledLink.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.