public interface ConstraintList
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConstraintList.LeafIdentifier
Identify the leaf of ConstraintList.
|
| 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 |
isLeafValueSet(ConstraintList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends TransportConstraint> constraintType()
String constraintOpaqueValue()
BitSet valueLeafFlags()
void constraintType(Class<? extends TransportConstraint> constraintType)
constraintType - value of constraintTypevoid constraintOpaqueValue(String constraintOpaqueValue)
constraintOpaqueValue - value of constraintOpaqueValueboolean isLeafValueSet(ConstraintList.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.