Enum Class GomFilterEntry.FilterType.WildCardFilterTypesRegistry
java.lang.Object
java.lang.Enum<GomFilterEntry.FilterType.WildCardFilterTypesRegistry>
de.espirit.firstspirit.access.store.templatestore.gom.GomFilterEntry.FilterType.WildCardFilterTypesRegistry
- All Implemented Interfaces:
Serializable
,Comparable<GomFilterEntry.FilterType.WildCardFilterTypesRegistry>
,Constable
- Enclosing class:
- GomFilterEntry.FilterType
public static enum GomFilterEntry.FilterType.WildCardFilterTypesRegistry
extends Enum<GomFilterEntry.FilterType.WildCardFilterTypesRegistry>
Filter types matching all elements of a specific type
- Since:
- 4.2.20
-
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 TypeMethodDescriptionClass<? extends GomFilterEntry.FilterEntryWildcardType>
getType()
The filter typegetTypes()
The filter typesstatic boolean
isAssignableFromWildCardList
(StoreElement element, Class<?> elementType) Indicates if the given class is assignable from a wildcard liststatic boolean
isWildCardFilterType
(@NotNull Class<?> type) Indicates if the given class is a wildcard filterReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FOLDERS
Matches folder types- Since:
- 4.2.20
-
ALL
Matches element types- Since:
- 4.2.20
-
-
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
The filter type- Since:
- 4.2.20
-
getTypes
The filter types- Since:
- 4.2.20
-
isWildCardFilterType
Indicates if the given class is a wildcard filter- Since:
- 4.2.20
-
isAssignableFromWildCardList
Indicates if the given class is assignable from a wildcard list- Since:
- 4.2.20
-