Decision Center API

ilog.rules.teamserver.web.validator
Enum IlrComparablePropertyValidator.Constraint

java.lang.Object
  extended by java.lang.Enum<IlrComparablePropertyValidator.Constraint>
      extended by ilog.rules.teamserver.web.validator.IlrComparablePropertyValidator.Constraint
All Implemented Interfaces:
Serializable, Comparable<IlrComparablePropertyValidator.Constraint>
Enclosing class:
IlrComparablePropertyValidator

public static enum IlrComparablePropertyValidator.Constraint
extends Enum<IlrComparablePropertyValidator.Constraint>

The list of available constraints that can be used with IlrComparablePropertyValidator.


Enum Constant Summary
EQUALS
           
GREATERTHAN
           
GREATERTHANOREQUALTO
           
LESSTHAN
           
LESSTHANOREQUALTO
           
NOTEQUALTO
           
 
Method Summary
static IlrComparablePropertyValidator.Constraint valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IlrComparablePropertyValidator.Constraint[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EQUALS

public static final IlrComparablePropertyValidator.Constraint EQUALS

NOTEQUALTO

public static final IlrComparablePropertyValidator.Constraint NOTEQUALTO

GREATERTHAN

public static final IlrComparablePropertyValidator.Constraint GREATERTHAN

LESSTHAN

public static final IlrComparablePropertyValidator.Constraint LESSTHAN

GREATERTHANOREQUALTO

public static final IlrComparablePropertyValidator.Constraint GREATERTHANOREQUALTO

LESSTHANOREQUALTO

public static final IlrComparablePropertyValidator.Constraint LESSTHANOREQUALTO
Method Detail

values

public static IlrComparablePropertyValidator.Constraint[] values()
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IlrComparablePropertyValidator.Constraint valueOf(String name)
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

Decision Center API

© Copyright IBM Corp. 1987, 2013