public enum RHQLComparisonOperator extends Enum<RHQLComparisonOperator>
| Enum Constant and Description |
|---|
EQUALS |
EQUALS_STRICT |
GREATER_THAN |
LESS_THAN |
NOT_EQUALS |
NOT_EQUALS_STRICT |
NOT_NULL |
NULL |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultTranslation() |
static RHQLComparisonOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RHQLComparisonOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RHQLComparisonOperator EQUALS
public static final RHQLComparisonOperator EQUALS_STRICT
public static final RHQLComparisonOperator NOT_EQUALS
public static final RHQLComparisonOperator NOT_EQUALS_STRICT
public static final RHQLComparisonOperator LESS_THAN
public static final RHQLComparisonOperator GREATER_THAN
public static final RHQLComparisonOperator NULL
public static final RHQLComparisonOperator NOT_NULL
public static RHQLComparisonOperator[] values()
for (RHQLComparisonOperator c : RHQLComparisonOperator.values()) System.out.println(c);
public static RHQLComparisonOperator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDefaultTranslation()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.