public class DefaultNamedExplicitPath extends org.onosproject.yang.model.InnerModelObject implements NamedExplicitPath, org.onosproject.yang.model.MultiInstanceObject<NamedExplicitPathKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNamedExplicitPath.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected Object |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNamedExplicitPath()
Creates an instance of defaultNamedExplicitPath.
|
| 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(NamedExplicitPath.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 DefaultNamedExplicitPath()
public Object name()
NamedExplicitPathname in interface NamedExplicitPathpublic BitSet valueLeafFlags()
NamedExplicitPathvalueLeafFlags in interface NamedExplicitPathpublic Config config()
NamedExplicitPathconfig in interface NamedExplicitPathpublic State state()
NamedExplicitPathstate in interface NamedExplicitPathpublic void name(Object name)
NamedExplicitPathname in interface NamedExplicitPathname - value of namepublic void config(Config config)
NamedExplicitPathconfig in interface NamedExplicitPathconfig - value of configpublic void state(State state)
NamedExplicitPathstate in interface NamedExplicitPathstate - value of statepublic boolean isLeafValueSet(NamedExplicitPath.LeafIdentifier leaf)
NamedExplicitPathisLeafValueSet in interface NamedExplicitPathleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.