Enum Class Store.Type

java.lang.Object
java.lang.Enum<Store.Type>
de.espirit.firstspirit.access.store.Store.Type
All Implemented Interfaces:
Serializable, Comparable<Store.Type>, Constable
Enclosing interface:
Store

public static enum Store.Type extends Enum<Store.Type>
The type of this store (e.g. PAGESTORE)
Since:
4.0.17
  • Enum Constant Details

    • PAGESTORE

      public static final Store.Type PAGESTORE
      Since:
      4.0.17
    • CONTENTSTORE

      public static final Store.Type CONTENTSTORE
      Since:
      4.0.17
    • MEDIASTORE

      public static final Store.Type MEDIASTORE
      Since:
      4.0.17
    • SITESTORE

      public static final Store.Type SITESTORE
      Since:
      4.0.17
    • TEMPLATESTORE

      public static final Store.Type TEMPLATESTORE
      Since:
      4.0.17
    • GLOBALSTORE

      public static final Store.Type GLOBALSTORE
      Since:
      4.0.17
  • Method Details

    • values

      public static Store.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 Store.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
    • getName

      public String getName()
      Since:
      4.0.17
    • hasName

      public boolean hasName(String name)
      Since:
      4.0.17
    • isReleaseSupported

      public boolean isReleaseSupported()
      Since:
      4.1.34
    • forName

      public static Store.Type forName(String name)
      Is case insensitive but should be called with upper case string.
      Since:
      4.0.17
    • getTypeChar

      public char getTypeChar()
      Since:
      4.0.59
    • forTypeChar

      public static Store.Type forTypeChar(char c)
      Since:
      4.0.59