public interface ExplicitRouteObject
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExplicitRouteObject.LeafIdentifier
Identify the leaf of ExplicitRouteObject.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
Class<? extends RouteUsageType> |
explicitRouteUsage()
Returns the attribute explicitRouteUsage.
|
void |
explicitRouteUsage(Class<? extends RouteUsageType> explicitRouteUsage)
Sets the attribute explicitRouteUsage.
|
Object |
index()
Returns the attribute index.
|
void |
index(Object index)
Sets the attribute index.
|
boolean |
isLeafValueSet(ExplicitRouteObject.LeafIdentifier leaf)
Checks if the leaf value is set.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object index()
Class<? extends RouteUsageType> explicitRouteUsage()
BitSet valueLeafFlags()
Config config()
State state()
void index(Object index)
index - value of indexvoid explicitRouteUsage(Class<? extends RouteUsageType> explicitRouteUsage)
explicitRouteUsage - value of explicitRouteUsagevoid config(Config config)
config - value of configvoid state(State state)
state - value of stateboolean isLeafValueSet(ExplicitRouteObject.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.