Enum Class BaSyxFullServerRecipe.ServerPersistenceType

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

public static enum BaSyxFullServerRecipe.ServerPersistenceType extends Enum<BaSyxFullServerRecipe.ServerPersistenceType> implements de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType
Enables BaSyx persistence to Mongo, but only on Server (vs. Edge) side.
Author:
Holger Eichelberger, SSE
  • Enum Constant Details

  • Constructor Details

    • ServerPersistenceType

      private ServerPersistenceType()
  • 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