Enum Class GomModule.Kind

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

public static enum GomModule.Kind extends Enum<GomModule.Kind>
The module kind
Since:
4.0
See Also:
  • Enum Constant Details

    • DATA

      public static final GomModule.Kind DATA
      Kind: Data
      Since:
      4.0
    • CONTENT

      public static final GomModule.Kind CONTENT
      Kind: Content
      Since:
      4.2.9
    • STYLE

      public static final GomModule.Kind STYLE
      Kind: Style
      Since:
      5.0
  • Method Details

    • values

      public static GomModule.Kind[] 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 GomModule.Kind 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