Enum DatabaseType

java.lang.Object
java.lang.Enum<DatabaseType>
ubic.gemma.model.common.description.DatabaseType
All Implemented Interfaces:
Serializable, Comparable<DatabaseType>

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

    • ONTOLOGY

      public static final DatabaseType ONTOLOGY
    • SEQUENCE

      public static final DatabaseType SEQUENCE
    • LITERATURE

      public static final DatabaseType LITERATURE
    • EXPRESSION

      public static final DatabaseType EXPRESSION
    • GENOME

      public static final DatabaseType GENOME
      Represents a genome database such as Golden Path or Ensembl
    • OTHER

      public static final DatabaseType OTHER
    • PROTEIN

      public static final DatabaseType PROTEIN
  • Method Details

    • values

      public static DatabaseType[] 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 DatabaseType 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