public class DefaultConstraintList extends org.onosproject.yang.model.InnerModelObject implements ConstraintList, org.onosproject.yang.model.MultiInstanceObject<ConstraintListKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeConstraintList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
constraintOpaqueValue |
protected Class<? extends TransportConstraint> |
constraintType |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultConstraintList()
Creates an instance of defaultConstraintList.
|
| Modifier and Type | Method and Description |
|---|---|
String |
constraintOpaqueValue()
Returns the attribute constraintOpaqueValue.
|
void |
constraintOpaqueValue(String constraintOpaqueValue)
Sets the attribute constraintOpaqueValue.
|
Class<? extends TransportConstraint> |
constraintType()
Returns the attribute constraintType.
|
void |
constraintType(Class<? extends TransportConstraint> constraintType)
Sets the attribute constraintType.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(ConstraintList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected Class<? extends TransportConstraint> constraintType
protected String constraintOpaqueValue
protected BitSet valueLeafFlags
public DefaultConstraintList()
public Class<? extends TransportConstraint> constraintType()
ConstraintListconstraintType in interface ConstraintListpublic String constraintOpaqueValue()
ConstraintListconstraintOpaqueValue in interface ConstraintListpublic BitSet valueLeafFlags()
ConstraintListvalueLeafFlags in interface ConstraintListpublic void constraintType(Class<? extends TransportConstraint> constraintType)
ConstraintListconstraintType in interface ConstraintListconstraintType - value of constraintTypepublic void constraintOpaqueValue(String constraintOpaqueValue)
ConstraintListconstraintOpaqueValue in interface ConstraintListconstraintOpaqueValue - value of constraintOpaqueValuepublic boolean isLeafValueSet(ConstraintList.LeafIdentifier leaf)
ConstraintListisLeafValueSet in interface ConstraintListleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.