public class DefaultNamedPathConstraint extends org.onosproject.yang.model.InnerModelObject implements NamedPathConstraint, org.onosproject.yang.model.MultiInstanceObject<NamedPathConstraintKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNamedPathConstraint.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected Object |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNamedPathConstraint()
Creates an instance of defaultNamedPathConstraint.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(NamedPathConstraint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
name()
Returns the attribute name.
|
void |
name(Object name)
Sets the attribute name.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Object name
protected BitSet valueLeafFlags
protected Config config
protected State state
public DefaultNamedPathConstraint()
public Object name()
NamedPathConstraintname in interface NamedPathConstraintpublic BitSet valueLeafFlags()
NamedPathConstraintvalueLeafFlags in interface NamedPathConstraintpublic Config config()
NamedPathConstraintconfig in interface NamedPathConstraintpublic State state()
NamedPathConstraintstate in interface NamedPathConstraintpublic void name(Object name)
NamedPathConstraintname in interface NamedPathConstraintname - value of namepublic void config(Config config)
NamedPathConstraintconfig in interface NamedPathConstraintconfig - value of configpublic void state(State state)
NamedPathConstraintstate in interface NamedPathConstraintstate - value of statepublic boolean isLeafValueSet(NamedPathConstraint.LeafIdentifier leaf)
NamedPathConstraintisLeafValueSet in interface NamedPathConstraintleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.