org.openpermis.policy.predicate
Enum ValueRelationalPredicate.Relation

java.lang.Object
  extended by java.lang.Enum<ValueRelationalPredicate.Relation>
      extended by org.openpermis.policy.predicate.ValueRelationalPredicate.Relation
All Implemented Interfaces:
Serializable, Comparable<ValueRelationalPredicate.Relation>
Enclosing class:
ValueRelationalPredicate

public static enum ValueRelationalPredicate.Relation
extends Enum<ValueRelationalPredicate.Relation>

Since:
0.1.0

Enum Constant Summary
Equal
           
GreaterEqual
           
GreaterThan
           
LessEqual
           
LessThan
           
 
Method Summary
static ValueRelationalPredicate.Relation valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueRelationalPredicate.Relation[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GreaterThan

public static final ValueRelationalPredicate.Relation GreaterThan
Since:
0.1.0

GreaterEqual

public static final ValueRelationalPredicate.Relation GreaterEqual
Since:
0.1.0

LessThan

public static final ValueRelationalPredicate.Relation LessThan
Since:
0.1.0

LessEqual

public static final ValueRelationalPredicate.Relation LessEqual
Since:
0.1.0

Equal

public static final ValueRelationalPredicate.Relation Equal
Since:
0.1.0
Method Detail

values

public static final ValueRelationalPredicate.Relation[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ValueRelationalPredicate.Relation c : ValueRelationalPredicate.Relation.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ValueRelationalPredicate.Relation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:10
Copyright (c) 2002-2007 Ergon Informatik AG