|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.util.Conditionals
public class Conditionals
The Class Conditionals.
Constructor Summary | |
---|---|
Conditionals()
|
Method Summary | |
---|---|
static Conditional |
and(Conditional op1,
Conditional op2)
And. |
static Conditional |
equal(java.lang.Object compare1)
Equal. |
static Conditional |
notEqual(java.lang.Object compare1)
Not equal. |
static Conditional |
or(Conditional op1,
Conditional op2)
Or. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Conditionals()
Method Detail |
---|
public static final Conditional and(Conditional op1, Conditional op2)
op1
- the op1op2
- the op2
public static final Conditional or(Conditional op1, Conditional op2)
op1
- the op1op2
- the op2
public static final Conditional notEqual(java.lang.Object compare1)
compare1
- the compare1
public static final Conditional equal(java.lang.Object compare1)
compare1
- the compare1
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |