|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BetweenConstraint
Binary Operator Constraints that have both a left and right side.
Field Summary |
---|
Fields inherited from interface com.novell.zos.constraint.Constraint |
---|
TYPE_ACCEPT, TYPE_ALLOCATION, TYPE_CONTINUE, TYPE_DEFAULT, TYPE_HEALTH, TYPE_PROVISION, TYPE_REPOSITORY, TYPE_RESET, TYPE_RESOURCE, TYPE_START, TYPE_TRIGGER, TYPE_VMHOST, TYPES |
Method Summary | |
---|---|
String |
getBeginFactValue()
Retrieve the fact name whose value is used right side of the operation if set with setBeginFactValue() otherwise this will return null. |
Object |
getBeginValue()
Retrieve the value of the right side of the operation either directly if set as a value or by looking up the beginfactvalue. |
String |
getEndFactValue()
Retrieve the fact name whose value is used right side of the operation if set with setEndFactValue() otherwise this will return null. |
Object |
getEndValue()
Retrieve the value of the right side of the operation either directly if set as a value or by looking up the endfactvalue. |
String |
getFactName()
Retrieve the fact name of the left side of the operation. |
void |
setBeginFactValue(String factName)
Sets the fact name whose value is used in the right side of the operation and in doing so negates any previous setBeginValue() call. |
void |
setBeginValue(Object value)
Sets the value of the right side of the operation and in doing so negates any previous setBeginFactValue() call. |
void |
setEndFactValue(String factName)
Sets the fact name whose value is used in the right side of the operation and in doing so negates any previous setEndValue() call. |
void |
setEndValue(Object value)
Sets the value of the right side of the operation and in doing so negates any previous setEndFactValue() call. |
void |
setFactName(String factname)
Sets the fact name for the left side of the operation. |
Methods inherited from interface com.novell.zos.constraint.Constraint |
---|
getReason, setReason, toString, toXmlDocument, validate |
Method Detail |
---|
String getFactName()
void setFactName(String factname)
factname
- the fact nameString getBeginFactValue()
void setBeginFactValue(String factName)
factName
- the fact nameObject getBeginValue()
void setBeginValue(Object value)
value
- the right side value of the operationString getEndFactValue()
void setEndFactValue(String factName)
factName
- the fact nameObject getEndValue()
void setEndValue(Object value)
value
- the right side value of the operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |