|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.security.acl.expr.LogicalOperator
Aufzählung der logischen Verknüpfungs Operatoren
Field Summary | |
static LogicalOperator |
AND
Logisches Und |
static LogicalOperator |
NOT
Logisches Negation |
private java.lang.String |
op
Operator |
static LogicalOperator |
OR
Logisches inklusives Oder |
private static long |
serialVersionUID
Serial Version UID |
static LogicalOperator |
UNKNOWN
Initialisierungswert |
static LogicalOperator |
XOR
Logisches exklusives Oder |
Constructor Summary | |
private |
LogicalOperator(java.lang.String op)
Konstruktor |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
public static final LogicalOperator UNKNOWN
public static final LogicalOperator OR
public static final LogicalOperator XOR
public static final LogicalOperator AND
public static final LogicalOperator NOT
private java.lang.String op
Constructor Detail |
private LogicalOperator(java.lang.String op)
op
- OperatorzeichenMethod Detail |
public boolean equals(java.lang.Object obj)
obj
- The object to compare this LogicalOperator
object against.
true
if the internal types are equal;
false
otherwise.public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |