public interface Multiplexes
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Multiplexes.LeafIdentifier
Identify the leaf of Multiplexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToApplicationAreas(ApplicationAreas addTo)
Adds to the list of applicationAreas.
|
List<ApplicationAreas> |
applicationAreas()
Returns the attribute applicationAreas.
|
void |
applicationAreas(List<ApplicationAreas> applicationAreas)
Sets the attribute applicationAreas.
|
boolean |
isLeafValueSet(Multiplexes.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TypesEnum |
types()
Returns the attribute types.
|
void |
types(TypesEnum types)
Sets the attribute types.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TypesEnum types()
BitSet valueLeafFlags()
List<ApplicationAreas> applicationAreas()
void types(TypesEnum types)
types - value of typesvoid applicationAreas(List<ApplicationAreas> applicationAreas)
applicationAreas - list of applicationAreasvoid addToApplicationAreas(ApplicationAreas addTo)
addTo - value of applicationAreasboolean isLeafValueSet(Multiplexes.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.