public class DefaultStandard extends org.onosproject.yang.model.InnerModelObject implements Standard
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeStandard.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
profile |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultStandard()
Creates an instance of defaultStandard.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Standard.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
profile()
Returns the attribute profile.
|
void |
profile(String profile)
Sets the attribute profile.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public String profile()
Standardpublic BitSet valueLeafFlags()
StandardvalueLeafFlags in interface Standardpublic void profile(String profile)
Standardpublic boolean isLeafValueSet(Standard.LeafIdentifier leaf)
StandardisLeafValueSet in interface Standardleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.