Package gov.nasa.pds.web.ui.constants
Enum TabularManagementConstants.Condition
java.lang.Object
java.lang.Enum<TabularManagementConstants.Condition>
gov.nasa.pds.web.ui.constants.TabularManagementConstants.Condition
- All Implemented Interfaces:
Serializable
,Comparable<TabularManagementConstants.Condition>
,java.lang.constant.Constable
- Enclosing class:
- TabularManagementConstants
public static enum TabularManagementConstants.Condition extends Enum<TabularManagementConstants.Condition>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description ASC
CONTAINS
DATE_IS
DATE_IS_NOT
DESC
DOES_NOT_CONTAIN
DOES_NOT_END_WITH
DOES_NOT_EQUAL
DOES_NOT_START_WITH
ENDS_WITH
EQUALS
GREATER_THAN
IS
IS_AFTER
IS_BEFORE
IS_FALSE
IS_NOT
IS_TRUE
LESS_THAN
STARTS_WITH
-
Method Summary
Modifier and Type Method Description String
getKey()
String
getMySqlPattern()
TabularManagementConstants.ConditionType
getType()
static TabularManagementConstants.Condition
valueOf(String name)
Returns the enum constant of this type with the specified name.static TabularManagementConstants.Condition[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ASC
-
DESC
-
IS
-
IS_NOT
-
CONTAINS
-
DOES_NOT_CONTAIN
-
STARTS_WITH
-
DOES_NOT_START_WITH
-
ENDS_WITH
-
DOES_NOT_END_WITH
-
EQUALS
-
DOES_NOT_EQUAL
-
GREATER_THAN
-
LESS_THAN
-
IS_TRUE
-
IS_FALSE
-
IS_BEFORE
-
IS_AFTER
-
DATE_IS
-
DATE_IS_NOT
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 nameNullPointerException
- if the argument is null
-
getKey
-
getType
-
getMySqlPattern
-