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
  • Enum Constant Details

  • 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 name
      NullPointerException - if the argument is null
    • getType

      public Class<? extends GomFilterEntry.FilterEntryWildcardType> getType()
      The filter type
      Since:
      4.2.20
    • getTypes

      public List<Class<?>> getTypes()
      The filter types
      Since:
      4.2.20
    • isWildCardFilterType

      public static boolean isWildCardFilterType(@NotNull @NotNull Class<?> type)
      Indicates if the given class is a wildcard filter
      Since:
      4.2.20
    • isAssignableFromWildCardList

      public static boolean isAssignableFromWildCardList(StoreElement element, Class<?> elementType)
      Indicates if the given class is assignable from a wildcard list
      Since:
      4.2.20