fuego.papi
Enum Comparison
java.lang.Object
java.lang.Enum<Comparison>
fuego.papi.Comparison
- All Implemented Interfaces:
- fuego.resources.Internationalizable, Serializable, Comparable<Comparison>
public enum Comparison
- extends Enum<Comparison>
- implements fuego.resources.Internationalizable
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
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()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved