public class DefaultMultiplexes extends org.onosproject.yang.model.InnerModelObject implements Multiplexes, org.onosproject.yang.model.MultiInstanceObject<MultiplexesKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeMultiplexes.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<ApplicationAreas> |
applicationAreas |
protected TypesEnum |
types |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultMultiplexes()
Creates an instance of defaultMultiplexes.
|
| 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 |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Multiplexes.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
TypesEnum |
types()
Returns the attribute types.
|
void |
types(TypesEnum types)
Sets the attribute types.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected TypesEnum types
protected BitSet valueLeafFlags
protected List<ApplicationAreas> applicationAreas
public DefaultMultiplexes()
public TypesEnum types()
Multiplexestypes in interface Multiplexespublic BitSet valueLeafFlags()
MultiplexesvalueLeafFlags in interface Multiplexespublic List<ApplicationAreas> applicationAreas()
MultiplexesapplicationAreas in interface Multiplexespublic void types(TypesEnum types)
Multiplexestypes in interface Multiplexestypes - value of typespublic void applicationAreas(List<ApplicationAreas> applicationAreas)
MultiplexesapplicationAreas in interface MultiplexesapplicationAreas - list of applicationAreaspublic void addToApplicationAreas(ApplicationAreas addTo)
MultiplexesaddToApplicationAreas in interface MultiplexesaddTo - value of applicationAreaspublic boolean isLeafValueSet(Multiplexes.LeafIdentifier leaf)
MultiplexesisLeafValueSet in interface Multiplexesleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.