Object
Enum<LoaderType>
LoaderType
All Implemented Interfaces:
Serializable, Comparable<LoaderType>, Constable

public enum LoaderType extends Enum<LoaderType>
  • Enum Constant Details

    • PROPAGATE

      public static final LoaderType PROPAGATE
    • AGGREGATE

      public static final LoaderType AGGREGATE
    • SCANNING

      public static final LoaderType SCANNING
    • SINGLE_ROW

      public static final LoaderType SINGLE_ROW
    • ITEM

      public static final LoaderType ITEM
    • DERIVED

      public static final LoaderType DERIVED
  • Method Details

    • values

      public static LoaderType[] 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

      public static LoaderType valueOf(String name)
      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
    • getLoaderClass

      public Class<? extends AttributeLoader> getLoaderClass()
    • getLoaderWeight

      public int getLoaderWeight()
    • is

      public boolean is(@NotNull AttributeLoader<?> loader)
    • getType

      public static LoaderType getType(@NotNull AttributeLoader<?> loader)
    • getType

      public static LoaderType getType(@NotNull Class<?> loaderClass)