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

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

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

Dieser Aufzählungstyp definiert die verschiedenen unären Operatoren der Scriptsprache

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

Field Summary
static UnaryOperator COMPLEMENT
          ~ Operator
static UnaryOperator NEGATION
          logische Negierung
private  java.lang.String op
          Operator
private static long serialVersionUID
          Serial Version UID
static UnaryOperator UNKNOWN
          Initialisierungswert
 
Constructor Summary
private UnaryOperator(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 UnaryOperator UNKNOWN
Initialisierungswert


COMPLEMENT

public static final UnaryOperator COMPLEMENT
~ Operator


NEGATION

public static final UnaryOperator NEGATION
logische Negierung


op

private java.lang.String op
Operator

Constructor Detail

UnaryOperator

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