Enum ArduinoHelp

java.lang.Object
java.lang.Enum<ArduinoHelp>
net.sourceforge.jarduino.gui.ArduinoHelp
All Implemented Interfaces:
Serializable, Comparable<ArduinoHelp>, java.lang.constant.Constable

public enum ArduinoHelp
extends Enum<ArduinoHelp>
Arduino HelpPage Ids.
  • Enum Constant Details

    • OVERVIEW

      public static final ArduinoHelp OVERVIEW
      Overview.
    • CODESTRUCT

      public static final ArduinoHelp CODESTRUCT
      CodeStructure.
    • SRCSTAB

      public static final ArduinoHelp SRCSTAB
      SourcesTab.
    • MSGTAB

      public static final ArduinoHelp MSGTAB
      MessageTab.
    • METATAB

      public static final ArduinoHelp METATAB
      MetaDataTab.
  • Method Details

    • values

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

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