|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainerConstraint
Constainer constraints that perform logical aggregation operations on contained constraints.
| Field Summary |
|---|
| Fields inherited from interface com.novell.zos.constraint.Constraint |
|---|
TYPE_ACCEPT, TYPE_ALLOCATION, TYPE_CONTINUE, TYPE_DEFAULT, TYPE_PROVISION, TYPE_REPOSITORY, TYPE_RESOURCE, TYPE_START, TYPE_VMHOST, TYPES |
| Method Summary | |
|---|---|
void |
addChild(Constraint child)
Add a child constraint. |
int |
getChildCount()
Retrieve the number of child constraint |
Constraint[] |
getChildren()
Retrieve the array of child Constraints. |
void |
removeChild(Constraint child)
Remove a child constraint. |
| Methods inherited from interface com.novell.zos.constraint.Constraint |
|---|
getReason, setReason, toString, toXmlDocument, validate |
| Method Detail |
|---|
void addChild(Constraint child)
child - the child Constraint to addvoid removeChild(Constraint child)
child - the child Constraint to removeint getChildCount()
Constraint[] getChildren()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||