Enum Class BaSyxFullServerRecipeTest.WrongPersistenceType

java.lang.Object
java.lang.Enum<BaSyxFullServerRecipeTest.WrongPersistenceType>
test.de.iip_ecosphere.platform.support.aas.basyx.server.BaSyxFullServerRecipeTest.WrongPersistenceType
All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType, Serializable, Comparable<BaSyxFullServerRecipeTest.WrongPersistenceType>, Constable
Enclosing class:
BaSyxFullServerRecipeTest

private static enum BaSyxFullServerRecipeTest.WrongPersistenceType extends Enum<BaSyxFullServerRecipeTest.WrongPersistenceType> implements de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType
Just an unknown constant.
Author:
Holger Eichelberger, SSE
  • Enum Constant Details

  • Constructor Details

    • WrongPersistenceType

      private WrongPersistenceType()
  • Method Details

    • 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

      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