Package io.jmix.ui.component
Enum Class PropertyFilter.Operation
- All Implemented Interfaces:
EnumClass<String>
,Serializable
,Comparable<PropertyFilter.Operation>
,Constable
- Enclosing interface:
- PropertyFilter<V>
public static enum PropertyFilter.Operation
extends Enum<PropertyFilter.Operation>
implements EnumClass<String>
Operation representing corresponding filtering condition.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Operation type representing the required field type for editing a property value with the given operation.Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyFilter.Operation
getId()
getType()
static PropertyFilter.Operation
Returns the enum constant of this class with the specified name.static PropertyFilter.Operation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EQUAL
-
NOT_EQUAL
-
GREATER
-
GREATER_OR_EQUAL
-
LESS
-
LESS_OR_EQUAL
-
CONTAINS
-
NOT_CONTAINS
-
STARTS_WITH
-
ENDS_WITH
-
IS_SET
-
IS_NOT_SET
-
IN_LIST
-
NOT_IN_LIST
-
DATE_INTERVAL
-
-
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
-
getType
-
fromId
-
getId
-