Enum Class ConditionOperationV2
java.lang.Object
java.lang.Enum<ConditionOperationV2>
ru.cg.webbpm.studio.subsystems.ui_scripting.bean.ConditionOperationV2
- All Implemented Interfaces:
Serializable
,Comparable<ConditionOperationV2>
,Constable
- Author:
- Abdulin Ildar
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ConditionOperationV2>
all()
static List<ConditionOperationV2>
static List<ConditionOperationV2>
getDates()
static List<ConditionOperationV2>
getEnums()
static List<ConditionOperationV2>
static List<ConditionOperationV2>
static List<ConditionOperationV2>
boolean
static ConditionOperationV2
Returns the enum constant of this class with the specified name.static ConditionOperationV2[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EQUALS
-
NOT_EQUALS
-
IS_EMPTY
-
IS_NOT_EMPTY
-
LESS_THAN
-
LESS_THAN_OR_EQUAL
-
GREATER_THAN
-
GREATER_THAN_OR_EQUAL
-
IS_LIKE
-
IS_NOT_LIKE
-
CONTAINS
-
DOES_NOT_CONTAIN
-
STARTS_WITH
-
DOES_NOT_STARTS_WITH
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
isHasArgument
public boolean isHasArgument() -
getBooleans
-
getStrings
-
getNumbers
-
getDates
-
getEnums
-
getObjects
-
all
-