org.onosproject.yang.model.ModelObject.ModelObjectTypeLanTag.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
lanTag |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultLanTag()
Creates an instance of defaultLanTag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLanTag(String addTo)
Adds to the list of lanTag.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(LanTag.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<String> |
lanTag()
Returns the attribute lanTag.
|
void |
lanTag(List<String> lanTag)
Sets the attribute lanTag.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public List<String> lanTag()
LanTagpublic BitSet valueLeafFlags()
LanTagvalueLeafFlags in interface LanTagpublic void lanTag(List<String> lanTag)
LanTagpublic void addToLanTag(String addTo)
LanTagaddToLanTag in interface LanTagaddTo - value of lanTagpublic boolean isLeafValueSet(LanTag.LeafIdentifier leaf)
LanTagisLeafValueSet in interface LanTagleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.