public interface Constraints
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Constraints.LeafIdentifier
Identify the leaf of Constraints.
|
| Modifier and Type | Method and Description |
|---|---|
Constraint |
constraint()
Returns the attribute constraint.
|
void |
constraint(Constraint constraint)
Sets the attribute constraint.
|
boolean |
isLeafValueSet(Constraints.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends RouteExcludeSrlg> |
usage()
Returns the attribute usage.
|
void |
usage(Class<? extends RouteExcludeSrlg> usage)
Sets the attribute usage.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends RouteExcludeSrlg> usage()
BitSet valueLeafFlags()
Constraint constraint()
void usage(Class<? extends RouteExcludeSrlg> usage)
usage - value of usagevoid constraint(Constraint constraint)
constraint - value of constraintboolean isLeafValueSet(Constraints.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.