java.lang.Object
java.lang.Enum<Scan.Type>
xyz.janboerman.scalaloader.configurationserializable.Scan.Type
All Implemented Interfaces:
Serializable, Comparable<Scan.Type>, Constable
Enclosing class:
Scan

public static enum Scan.Type extends Enum<Scan.Type>
  • Enum Constant Details

    • FIELDS

      public static final Scan.Type FIELDS
      See Also:
    • GETTER_SETTER_METHODS

      public static final Scan.Type GETTER_SETTER_METHODS
      See Also:
    • CASE_CLASS

      public static final Scan.Type CASE_CLASS
      See Also:
    • SINGLETON_OBJECT

      public static final Scan.Type SINGLETON_OBJECT
      See Also:
    • RECORD

      public static final Scan.Type RECORD
      See Also:
    • ENUM

      public static final Scan.Type ENUM
      See Also:
    • AUTO_DETECT

      public static final Scan.Type AUTO_DETECT
      See Also:
  • Method Details

    • values

      public static Scan.Type[] 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 Scan.Type 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