java.lang.Object
java.lang.Enum<IncludeType>
de.espirit.firstspirit.access.store.templatestore.gom.IncludeType
All Implemented Interfaces:
Serializable, Comparable<IncludeType>, Constable

public enum IncludeType extends Enum<IncludeType>
Types for inclusion of value ranges in option editors.
Since:
4.2.400
See Also:
  • Enum Constant Details

    • TEMPLATESET

      public static final IncludeType TEMPLATESET
      Provides the list of template sets as options. Besides Options, also understands textual values corresponding to the template set names.
      Since:
      4.2.400
    • LANGUAGE

      public static final IncludeType LANGUAGE
      Provides the list of project languages as options. Besides Options, also understands textual values corresponding to the language abbreviations.
      Since:
      4.2.400
    • DATABASE

      public static final IncludeType DATABASE
      Provides datasets as options. Besides Options, also understands Entity- and Database-based values.
      Since:
      4.2.400
    • PUBLIC

      public static final IncludeType PUBLIC
      Provides options defined within a public type. Besides Options, also understands values based on the hot-spot implementation's type.
      Since:
      4.2.400
  • Method Details

    • values

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