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

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

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

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

Field Summary
static TokenType DELIMITER
          Symbol: Komma ,
static TokenType IDENTIFIER
          Identifier
static TokenType LOGICAL
          Operator: logische Verknüpfung
static TokenType PARENTHESIS
          Symbol: Klammer ()
private static long serialVersionUID
          Serial Version UID
private  java.lang.String type
          Operator
static TokenType UNKNOWN
          Initialisierungszustand
 
Constructor Summary
private TokenType(java.lang.String type)
          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 TokenType UNKNOWN
Initialisierungszustand


IDENTIFIER

public static final TokenType IDENTIFIER
Identifier


LOGICAL

public static final TokenType LOGICAL
Operator: logische Verknüpfung


DELIMITER

public static final TokenType DELIMITER
Symbol: Komma ,


PARENTHESIS

public static final TokenType PARENTHESIS
Symbol: Klammer ()


type

private java.lang.String type
Operator

Constructor Detail

TokenType

private TokenType(java.lang.String type)
Konstruktor

Parameters:
type - Typ-Beeichner
Method Detail

equals

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

Parameters:
obj - The object to compare this TokenType 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.