public interface MulticastTransportConstraints
| 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.
|
List<Constraint> constraint()
void constraint(List<Constraint> constraint)
constraint - list of constraintvoid addToConstraint(Constraint addTo)
addTo - value of constraintCopyright © 2017. All rights reserved.