public interface RecordRouteSubobject
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecordRouteSubobject.LeafIdentifier
Identify the leaf of RecordRouteSubobject.
|
| Modifier and Type | Method and Description |
|---|---|
long |
index()
Returns the attribute index.
|
void |
index(long index)
Sets the attribute index.
|
boolean |
isLeafValueSet(RecordRouteSubobject.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Type |
type()
Returns the attribute type.
|
void |
type(Type type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
long index()
BitSet valueLeafFlags()
Type type()
void index(long index)
index - value of indexvoid type(Type type)
type - value of typeboolean isLeafValueSet(RecordRouteSubobject.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.