java.lang.Object
java.lang.Enum<Gml2PathwayError>
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.Gml2PathwayError
All Implemented Interfaces:
Serializable, Comparable<Gml2PathwayError>, java.lang.constant.Constable

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

    • PATHWAY_ID_MISSING

      public static final Gml2PathwayError PATHWAY_ID_MISSING
    • PATHWAY_ORG_MISSING

      public static final Gml2PathwayError PATHWAY_ORG_MISSING
    • MAP_NUMBER_MISSING

      public static final Gml2PathwayError MAP_NUMBER_MISSING
    • KEGG_ID_MISSING

      public static final Gml2PathwayError KEGG_ID_MISSING
    • KEGG_TYPE_MISSING

      public static final Gml2PathwayError KEGG_TYPE_MISSING
    • KEGG_TYPE_INVALID

      public static final Gml2PathwayError KEGG_TYPE_INVALID
    • NEGATIVE_X_VALUE

      public static final Gml2PathwayError NEGATIVE_X_VALUE
    • NEGATIVE_Y_VALUE

      public static final Gml2PathwayError NEGATIVE_Y_VALUE
    • INVALID_GRAPHICS_TYPE

      public static final Gml2PathwayError INVALID_GRAPHICS_TYPE
    • INVALID_FOREGROUNDCOLOR

      public static final Gml2PathwayError INVALID_FOREGROUNDCOLOR
    • INVALID_BACKGROUNDCOLOR

      public static final Gml2PathwayError INVALID_BACKGROUNDCOLOR
    • INCONSISTENT_NUMBER_OF_REACTIONNAMES_AND_TYPES

      public static final Gml2PathwayError INCONSISTENT_NUMBER_OF_REACTIONNAMES_AND_TYPES
    • KEGG_REFERENCED_ID_MISSING

      public static final Gml2PathwayError KEGG_REFERENCED_ID_MISSING
    • KEGG_REFERENCED_TYPE_MISSING

      public static final Gml2PathwayError KEGG_REFERENCED_TYPE_MISSING
    • KEGG_REFERENCED_TYPE_INVALID

      public static final Gml2PathwayError KEGG_REFERENCED_TYPE_INVALID
    • REACTION_TYPE_MISSING

      public static final Gml2PathwayError REACTION_TYPE_MISSING
    • REACTION_TYPE_INVALID

      public static final Gml2PathwayError REACTION_TYPE_INVALID
    • REACTION_TYPE_NOTSET

      public static final Gml2PathwayError REACTION_TYPE_NOTSET
    • REACTION_TYPE_DIFFERS_AMONG_NODES

      public static final Gml2PathwayError REACTION_TYPE_DIFFERS_AMONG_NODES
    • ENTRY_FOR_SUBSTRATE_NOT_FOUND

      public static final Gml2PathwayError ENTRY_FOR_SUBSTRATE_NOT_FOUND
    • ENTRY_FOR_PRODUCT_NOT_FOUND

      public static final Gml2PathwayError ENTRY_FOR_PRODUCT_NOT_FOUND
    • INTERNAL_RELATION_SRC_OR_TGT_NOT_FOUND

      public static final Gml2PathwayError INTERNAL_RELATION_SRC_OR_TGT_NOT_FOUND
    • RELATION_SRC_OR_TGT_MISSING

      public static final Gml2PathwayError RELATION_SRC_OR_TGT_MISSING
    • INVALID_RELATION_TYPE

      public static final Gml2PathwayError INVALID_RELATION_TYPE
    • ENTRY_FOR_RELATION_NOT_FOUND

      public static final Gml2PathwayError ENTRY_FOR_RELATION_NOT_FOUND
    • REACTION_ID_INVALID

      public static final Gml2PathwayError REACTION_ID_INVALID
    • REACTION_PRODUCT_INVALID

      public static final Gml2PathwayError REACTION_PRODUCT_INVALID
    • REACTION_SUBSTRATE_INVALID

      public static final Gml2PathwayError REACTION_SUBSTRATE_INVALID
    • REACTION_PRODUCT_INVALID_MORE_THAN_ONE_ENTRY_FITS

      public static final Gml2PathwayError REACTION_PRODUCT_INVALID_MORE_THAN_ONE_ENTRY_FITS
    • REACTION_SUBSTRATE_INVALID_MORE_THAN_ONE_ENTRY_FITS

      public static final Gml2PathwayError REACTION_SUBSTRATE_INVALID_MORE_THAN_ONE_ENTRY_FITS
  • Method Details

    • values

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