Enum Class Extension_E

java.lang.Object
java.lang.Enum<Extension_E>
org.bilat.discoveryMat.moo.data.jpa.persistance.Extension_E
All Implemented Interfaces:
Serializable, Comparable<Extension_E>, Constable

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

  • Method Details

    • values

      public static Extension_E[] 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 Extension_E 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
    • add

      public static String add(String name, Extension_E extension)
    • removeExtension

      public static String removeExtension(String name)
    • extension

      public static Extension_E extension(String name)