|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.security.acl.expr.Parenthesis
Dieser Aufzählungstyp definiert die unterschiedlichen Klammern, welche in der Scriptsprache eingesetz werden können.
| Field Summary | |
static Parenthesis |
CLOSING
Schließende Klammer ) |
private java.lang.String |
op
Operator |
static Parenthesis |
OPENING
Öffnende Klammer ( |
private static long |
serialVersionUID
Serial Version UID |
static Parenthesis |
UNKNOWN
Initialisierungswert |
| Constructor Summary | |
private |
Parenthesis(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 Parenthesis UNKNOWN
public static final Parenthesis OPENING
public static final Parenthesis CLOSING
private java.lang.String op
| Constructor Detail |
private Parenthesis(java.lang.String op)
op - Operatorzeichen| Method Detail |
public boolean equals(java.lang.Object obj)
obj - The object to compare this Parenthesis
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 | ||||||||||