|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.zos.jdl.MatchResult
public class MatchResult
MatchResult defines results of a Constraint match()
.
Instance of MatchResult
is returned from match()
operations.
From the MatchResult
you can retrieve a List of the
IDs of the matching grid objects and the non-matching Grid Objects.
Method Summary | |
---|---|
java.lang.String |
getFailureReason(java.lang.String objectId)
Retrieve the failure reason String. |
org.python.core.PyList |
getMatchObjects()
Retrieve List of the IDs of the matching grid objects. |
org.python.core.PyList |
getNonMatchObjects()
Retrieve List of the IDs of the non-matching grid objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.python.core.PyList getMatchObjects()
public org.python.core.PyList getNonMatchObjects()
public java.lang.String getFailureReason(java.lang.String objectId)
constraint
definition.
objectId
- ID of non-matching grid object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |