org.openpermis.policy.predicate
Enum ValueSetRelationalPredicate.SetRelation

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

public static enum ValueSetRelationalPredicate.SetRelation
extends Enum<ValueSetRelationalPredicate.SetRelation>

Since:
0.3.0

Enum Constant Summary
NonNullIntersection
           
Subset
           
Superset
           
 
Method Summary
static ValueSetRelationalPredicate.SetRelation valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueSetRelationalPredicate.SetRelation[] 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

Subset

public static final ValueSetRelationalPredicate.SetRelation Subset
Since:
0.3.0

Superset

public static final ValueSetRelationalPredicate.SetRelation Superset
Since:
0.3.0

NonNullIntersection

public static final ValueSetRelationalPredicate.SetRelation NonNullIntersection
Since:
0.3.0
Method Detail

values

public static final ValueSetRelationalPredicate.SetRelation[] 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(ValueSetRelationalPredicate.SetRelation c : ValueSetRelationalPredicate.SetRelation.values())
        System.out.println(c);

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

valueOf

public static ValueSetRelationalPredicate.SetRelation 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.4.0 (Build 15)
2009/05/20 08:14:59
Copyright (c) 2002-2007 Ergon Informatik AG