org.onosproject.yang.model.ModelObject.ModelObjectTypeFrom.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
networkRef |
protected Object |
nodeRef |
protected Object |
tpRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultFrom()
Creates an instance of defaultFrom.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(From.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(Object networkRef)
Sets the attribute networkRef.
|
Object |
nodeRef()
Returns the attribute nodeRef.
|
void |
nodeRef(Object nodeRef)
Sets the attribute nodeRef.
|
String |
toString() |
Object |
tpRef()
Returns the attribute tpRef.
|
void |
tpRef(Object tpRef)
Sets the attribute tpRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected Object tpRef
protected Object nodeRef
protected Object networkRef
protected BitSet valueLeafFlags
public Object nodeRef()
Frompublic Object networkRef()
FromnetworkRef in interface Frompublic BitSet valueLeafFlags()
FromvalueLeafFlags in interface Frompublic void tpRef(Object tpRef)
Frompublic void nodeRef(Object nodeRef)
Frompublic void networkRef(Object networkRef)
FromnetworkRef in interface FromnetworkRef - value of networkRefpublic boolean isLeafValueSet(From.LeafIdentifier leaf)
FromisLeafValueSet in interface Fromleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.