public interface ApplicationAreas
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApplicationAreas.LeafIdentifier
Identify the leaf of ApplicationAreas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToDestinationAreas(byte[] addTo)
Adds to the list of destinationAreas.
|
List<byte[]> |
destinationAreas()
Returns the attribute destinationAreas.
|
void |
destinationAreas(List<byte[]> destinationAreas)
Sets the attribute destinationAreas.
|
boolean |
isLeafValueSet(ApplicationAreas.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<byte[]> destinationAreas()
BitSet valueLeafFlags()
void destinationAreas(List<byte[]> destinationAreas)
destinationAreas - list of destinationAreasvoid addToDestinationAreas(byte[] addTo)
addTo - value of destinationAreasboolean isLeafValueSet(ApplicationAreas.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.