com.cc.framework.security.acl.expr
Class Parenthesis

java.lang.Object
  extended bycom.cc.framework.security.acl.expr.Parenthesis
All Implemented Interfaces:
java.io.Serializable, SimpleEnumType

public class Parenthesis
extends java.lang.Object
implements SimpleEnumType, java.io.Serializable

Dieser Aufzählungstyp definiert die unterschiedlichen Klammern, welche in der Scriptsprache eingesetz werden können.

Version:
$Revision: 1.2 $
Author:
Harald Schulz
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

UNKNOWN

public static final Parenthesis UNKNOWN
Initialisierungswert


OPENING

public static final Parenthesis OPENING
Öffnende Klammer (


CLOSING

public static final Parenthesis CLOSING
Schließende Klammer )


op

private java.lang.String op
Operator

Constructor Detail

Parenthesis

private Parenthesis(java.lang.String op)
Konstruktor

Parameters:
op - Operatorzeichen
Method Detail

equals

public boolean equals(java.lang.Object obj)
Compares this type to the specified object.

Parameters:
obj - The object to compare this Parenthesis object against.
Returns:
true if the internal types are equal; false otherwise.

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.