Enum Gml2PathwayWarning

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

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

    • PATHWAY_TITLE_MISSING

      public static final Gml2PathwayWarning PATHWAY_TITLE_MISSING
    • PATHWAY_IMAGEURL_MISSING

      public static final Gml2PathwayWarning PATHWAY_IMAGEURL_MISSING
    • PATHWAY_LINKURL_MISSING

      public static final Gml2PathwayWarning PATHWAY_LINKURL_MISSING
    • NO_ENTRY_ELEMENTS_DEFINED

      public static final Gml2PathwayWarning NO_ENTRY_ELEMENTS_DEFINED
    • NO_REACTION_ELEMENTS_DEFINED

      public static final Gml2PathwayWarning NO_REACTION_ELEMENTS_DEFINED
    • NO_RELATION_ELEMENTS_DEFINED

      public static final Gml2PathwayWarning NO_RELATION_ELEMENTS_DEFINED
    • NO_KEGG_LABEL

      public static final Gml2PathwayWarning NO_KEGG_LABEL
    • NON_POSITIVE_WIDTH_VALUE

      public static final Gml2PathwayWarning NON_POSITIVE_WIDTH_VALUE
    • NON_POSITIVE_HEIGHT_VALUE

      public static final Gml2PathwayWarning NON_POSITIVE_HEIGHT_VALUE
    • NOT_IMPLEMENTED_GML2COMPONENT

      public static final Gml2PathwayWarning NOT_IMPLEMENTED_GML2COMPONENT
    • CORRESPONDING_GROUP_ENTRY_NOT_FOUND_FOR_COMPONENT

      public static final Gml2PathwayWarning CORRESPONDING_GROUP_ENTRY_NOT_FOUND_FOR_COMPONENT
  • Method Details

    • values

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