org.onosproject.yang.model.ModelObject.ModelObjectTypeTo.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
networkRef |
protected Object |
nodeRef |
protected Object |
tpRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTo()
Creates an instance of defaultTo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(To.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()
Topublic Object networkRef()
TonetworkRef in interface Topublic BitSet valueLeafFlags()
TovalueLeafFlags in interface Topublic void tpRef(Object tpRef)
Topublic void nodeRef(Object nodeRef)
Topublic void networkRef(Object networkRef)
TonetworkRef in interface TonetworkRef - value of networkRefpublic boolean isLeafValueSet(To.LeafIdentifier leaf)
ToisLeafValueSet in interface Toleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.