Package org

Enum FeatureSet

All Implemented Interfaces:
Serializable, Comparable<FeatureSet>, java.lang.constant.Constable

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

    • URL_RELEASEINFO

      public static final FeatureSet URL_RELEASEINFO
    • URL_HELPTEXT

      public static final FeatureSet URL_HELPTEXT
    • DBE_ACCESS

      public static final FeatureSet DBE_ACCESS
    • SCRIPT_ACCESS

      public static final FeatureSet SCRIPT_ACCESS
    • FUNCAT_ACCESS

      public static final FeatureSet FUNCAT_ACCESS
    • GravistoJavaHelp

      public static final FeatureSet GravistoJavaHelp
    • TAB_LAYOUT

      public static final FeatureSet TAB_LAYOUT
    • TAB_PATTERNSEARCH

      public static final FeatureSet TAB_PATTERNSEARCH
    • STATISTIC_FUNCTIONS

      public static final FeatureSet STATISTIC_FUNCTIONS
    • FLAREX_ACCESS

      public static final FeatureSet FLAREX_ACCESS
    • METHOUSE_ACCESS

      public static final FeatureSet METHOUSE_ACCESS
    • KEGG_ACCESS

      public static final FeatureSet KEGG_ACCESS
    • KEGG_ACCESS_ENH

      public static final FeatureSet KEGG_ACCESS_ENH
    • DATAMAPPING

      public static final FeatureSet DATAMAPPING
    • URL_NODE_ANNOTATION

      public static final FeatureSet URL_NODE_ANNOTATION
    • TRANSPATH_ACCESS

      public static final FeatureSet TRANSPATH_ACCESS
    • PATHWAY_FILE_REFERENCE

      public static final FeatureSet PATHWAY_FILE_REFERENCE
    • MetaCrop_ACCESS

      public static final FeatureSet MetaCrop_ACCESS
    • DATA_CARD_ACCESS

      public static final FeatureSet DATA_CARD_ACCESS
    • AGLET_NETWORK

      public static final FeatureSet AGLET_NETWORK
    • TOOLTIPS

      public static final FeatureSet TOOLTIPS
    • MacroRecorder

      public static final FeatureSet MacroRecorder
    • RIMAS_ACCESS

      public static final FeatureSet RIMAS_ACCESS
    • ADDON_LOADING

      public static final FeatureSet ADDON_LOADING
    • EXTENDED_FILE_FORMAT

      public static final FeatureSet EXTENDED_FILE_FORMAT
  • Method Details

    • values

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