Enum Class DatabaseCategory

java.lang.Object
java.lang.Enum<DatabaseCategory>
uk.ac.ebi.kraken.interfaces.uniprot.DatabaseCategory
All Implemented Interfaces:
Serializable, Comparable<DatabaseCategory>, java.lang.constant.Constable

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

    • SEQUENCE_DATABASES

      public static final DatabaseCategory SEQUENCE_DATABASES
    • D3_STRUCTURE_DATABASES

      public static final DatabaseCategory D3_STRUCTURE_DATABASES
    • PROTEIN_PROTEIN_INTERACTION_DATABASES

      public static final DatabaseCategory PROTEIN_PROTEIN_INTERACTION_DATABASES
    • CHEMISTRY_DATABSES

      public static final DatabaseCategory CHEMISTRY_DATABSES
    • PROTEIN_FAMILY_GROUP_DATABASES

      public static final DatabaseCategory PROTEIN_FAMILY_GROUP_DATABASES
    • PTM_DATABASES

      public static final DatabaseCategory PTM_DATABASES
    • GENETIC_VARIATION_DATABASES

      public static final DatabaseCategory GENETIC_VARIATION_DATABASES
    • D2_GEL_DATABASES

      public static final DatabaseCategory D2_GEL_DATABASES
    • PROTEOMIC_DATABASES

      public static final DatabaseCategory PROTEOMIC_DATABASES
    • PROTOCOLS_AND_MATERIALS_DATABASES

      public static final DatabaseCategory PROTOCOLS_AND_MATERIALS_DATABASES
    • GENOME_ANNOTATION_DATABASES

      public static final DatabaseCategory GENOME_ANNOTATION_DATABASES
    • ORGANISM_SPECIFIC_DATABASES

      public static final DatabaseCategory ORGANISM_SPECIFIC_DATABASES
    • PHYLOGENOMIC_DATABASES

      public static final DatabaseCategory PHYLOGENOMIC_DATABASES
    • ENZYME_AND_PATHWAY_DATABASES

      public static final DatabaseCategory ENZYME_AND_PATHWAY_DATABASES
    • MISCELLANEOUS_DATABASES

      public static final DatabaseCategory MISCELLANEOUS_DATABASES
    • GENE_EXPRESSION_DATABASES

      public static final DatabaseCategory GENE_EXPRESSION_DATABASES
    • FAMILY_AND_DOMAIN_DATABASES

      public static final DatabaseCategory FAMILY_AND_DOMAIN_DATABASES
    • UNKNOWN

      public static final DatabaseCategory UNKNOWN
  • Method Details

    • values

      public static DatabaseCategory[] 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 DatabaseCategory 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
    • getName

      public String getName()