public class DefaultConstraints extends org.onosproject.yang.model.InnerModelObject implements Constraints
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected List<Constraint> |
constraint |
| Constructor and Description |
|---|
DefaultConstraints()
Creates an instance of defaultConstraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToConstraint(Constraint addTo)
Adds to the list of constraint.
|
List<Constraint> |
constraint()
Returns the attribute constraint.
|
void |
constraint(List<Constraint> constraint)
Sets the attribute constraint.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected List<Constraint> constraint
public DefaultConstraints()
public List<Constraint> constraint()
Constraintsconstraint in interface Constraintspublic void constraint(List<Constraint> constraint)
Constraintsconstraint in interface Constraintsconstraint - list of constraintpublic void addToConstraint(Constraint addTo)
ConstraintsaddToConstraint in interface ConstraintsaddTo - value of constraintCopyright © 2018. All rights reserved.