|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsiena.xml.rules.ExistsCondition
public class ExistsCondition
Condition that checks to see if something exists (not null) or not (null)
| Constructor Summary | |
|---|---|
ExistsCondition(boolean shouldItExist)
This is the consturctor for this condition object. |
|
| Method Summary | |
|---|---|
boolean |
meetCondition(java.lang.Object whatToEvaluate)
This method tests to see if the object should or should not be present in the tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExistsCondition(boolean shouldItExist)
shouldItExist - Boolean that sets whether the object to be tested
should exist or not.| Method Detail |
|---|
public boolean meetCondition(java.lang.Object whatToEvaluate)
whatToEvaluate - Object to see if it should be present or not in the
tag.
|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||