Package acdp

Enum Information.DatabaseInfo.DBType

java.lang.Object
java.lang.Enum<Information.DatabaseInfo.DBType>
acdp.Information.DatabaseInfo.DBType
All Implemented Interfaces:
Serializable, Comparable<Information.DatabaseInfo.DBType>, java.lang.constant.Constable
Enclosing interface:
Information.DatabaseInfo

public static enum Information.DatabaseInfo.DBType extends Enum<Information.DatabaseInfo.DBType>
The type of a database. A database is either a WR database or an RO database. For any details consult section "WR and RO Database" in the description of the Database interface.
Author:
Beat Hörmann
  • Enum Constant Details

  • Method Details

    • values

      public static Information.DatabaseInfo.DBType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Information.DatabaseInfo.DBType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null