Enum Class NodeDataField

java.lang.Object
java.lang.Enum<NodeDataField>
org.forester.phylogeny.data.NodeDataField
All Implemented Interfaces:
Serializable, Comparable<NodeDataField>, Constable

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

    • NODE_NAME

      public static final NodeDataField NODE_NAME
    • EVENT

      public static final NodeDataField EVENT
    • SEQUENCE_NAME

      public static final NodeDataField SEQUENCE_NAME
    • GENE_NAME

      public static final NodeDataField GENE_NAME
    • SEQUENCE_SYMBOL

      public static final NodeDataField SEQUENCE_SYMBOL
    • SEQUENCE_MOL_SEQ_FASTA

      public static final NodeDataField SEQUENCE_MOL_SEQ_FASTA
    • SEQUENCE_ACC

      public static final NodeDataField SEQUENCE_ACC
    • TAXONOMY_SCIENTIFIC_NAME

      public static final NodeDataField TAXONOMY_SCIENTIFIC_NAME
    • TAXONOMY_CODE

      public static final NodeDataField TAXONOMY_CODE
    • UNKNOWN

      public static final NodeDataField UNKNOWN
    • GO_TERM_IDS

      public static final NodeDataField GO_TERM_IDS
    • SEQ_ANNOTATIONS

      public static final NodeDataField SEQ_ANNOTATIONS
    • DOMAINS_ALL

      public static final NodeDataField DOMAINS_ALL
    • DOMAINS_COLLAPSED_PER_PROTEIN

      public static final NodeDataField DOMAINS_COLLAPSED_PER_PROTEIN
  • Method Details

    • values

      public static NodeDataField[] 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 NodeDataField 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<NodeDataField>