ALBPM Process API

fuego.papi
Enum Comparison

java.lang.Object
  extended by java.lang.Enum<Comparison>
      extended by fuego.papi.Comparison
All Implemented Interfaces:
fuego.resources.Internationalizable, Serializable, Comparable<Comparison>

public enum Comparison
extends Enum<Comparison>
implements fuego.resources.Internationalizable


Enum Constant Summary
AFTER
           
BEFORE
           
BEGIN_WITH
           
BETWEEN
           
CONTAINS
           
END_WITH
           
GREATER_OR_EQUALS
           
GREATER_THAN
           
IS
           
IS_NOT
           
IS_NOT_NULL
           
IS_NULL
           
LESS_OR_EQUALS
           
LESS_THAN
           
NOT_BEGIN_WITH
           
NOT_BETWEEN
           
NOT_CONTAINS
           
NOT_END_WITH
           
 
Method Summary
static List<Comparison> getAlfanumericComparisons()
           
static List<Comparison> getBooleanComparisons()
           
 fuego.resources.Msg getMsg()
           
static List<Comparison> getNumericalComparisons()
           
 String getSQLExpression()
           
 String getString()
           
 String getString(Locale locale)
           
static List<Comparison> getTimeComparisons()
           
 boolean isTextComparisonOnly()
           
 boolean isTimeComparisonOnly()
           
static Comparison valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Comparison[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IS

public static final Comparison IS

IS_NOT

public static final Comparison IS_NOT

LESS_THAN

public static final Comparison LESS_THAN

LESS_OR_EQUALS

public static final Comparison LESS_OR_EQUALS

GREATER_THAN

public static final Comparison GREATER_THAN

GREATER_OR_EQUALS

public static final Comparison GREATER_OR_EQUALS

IS_NULL

public static final Comparison IS_NULL

IS_NOT_NULL

public static final Comparison IS_NOT_NULL

BEGIN_WITH

public static final Comparison BEGIN_WITH

NOT_BEGIN_WITH

public static final Comparison NOT_BEGIN_WITH

END_WITH

public static final Comparison END_WITH

NOT_END_WITH

public static final Comparison NOT_END_WITH

CONTAINS

public static final Comparison CONTAINS

NOT_CONTAINS

public static final Comparison NOT_CONTAINS

BEFORE

public static final Comparison BEFORE

AFTER

public static final Comparison AFTER

BETWEEN

public static final Comparison BETWEEN

NOT_BETWEEN

public static final Comparison NOT_BETWEEN
Method Detail

values

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

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

valueOf

public static Comparison 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

getString

public String getString()
Specified by:
getString in interface fuego.resources.Internationalizable

getString

public String getString(Locale locale)

getMsg

public fuego.resources.Msg getMsg()

isTextComparisonOnly

public boolean isTextComparisonOnly()

isTimeComparisonOnly

public boolean isTimeComparisonOnly()

getSQLExpression

public String getSQLExpression()

getNumericalComparisons

public static List<Comparison> getNumericalComparisons()

getAlfanumericComparisons

public static List<Comparison> getAlfanumericComparisons()

getBooleanComparisons

public static List<Comparison> getBooleanComparisons()

getTimeComparisons

public static List<Comparison> getTimeComparisons()

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved