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

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

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

Aufzählung der logischen Verknüpfungs Operatoren

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

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

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

UNKNOWN

public static final LogicalOperator UNKNOWN
Initialisierungswert


OR

public static final LogicalOperator OR
Logisches inklusives Oder


XOR

public static final LogicalOperator XOR
Logisches exklusives Oder


AND

public static final LogicalOperator AND
Logisches Und


NOT

public static final LogicalOperator NOT
Logisches Negation


op

private java.lang.String op
Operator

Constructor Detail

LogicalOperator

private LogicalOperator(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 LogicalOperator 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.