Enum Class BaseWrapper.ENV_VARS

java.lang.Object
java.lang.Enum<BaseWrapper.ENV_VARS>
de.dlr.proseo.basewrap.BaseWrapper.ENV_VARS
All Implemented Interfaces:
Serializable, Comparable<BaseWrapper.ENV_VARS>, Constable
Enclosing class:
BaseWrapper

protected static enum BaseWrapper.ENV_VARS extends Enum<BaseWrapper.ENV_VARS>
Enumeration with valid environment variable names (available for wrapper subclasses). At runtime-start the BaseWrapper checks the presence and values of each variable.
  • Enum Constant Details

  • Method Details

    • values

      public static BaseWrapper.ENV_VARS[] 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 BaseWrapper.ENV_VARS 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