Package cimerant

Enum Class ModuleCode

All Implemented Interfaces:
Serializable, Comparable<ModuleCode>, Constable

public enum ModuleCode extends Enum<ModuleCode>
The ModuleCode enumeration represents a set of predefined constants for code locations.
  • Enum Constant Details

    • ERR_M00

      public static final ModuleCode ERR_M00
      ParsedCommandLine.getCmd()
    • ERR_M01

      public static final ModuleCode ERR_M01
      ParsedCommandLine.getCliValueList()

      ParsedCommandLine.getCliVariableList()

    • ERR_M02

      public static final ModuleCode ERR_M02
      ParsedCommandLine.getErrors()

      Cimerant.main(String...)

    • ERR_M03

      public static final ModuleCode ERR_M03
      CliValueList.addCliValue(List)
    • ERR_M05

      public static final ModuleCode ERR_M05
      CliValueList.addCliValuesByTemplateList(String)
    • ERR_M06

      public static final ModuleCode ERR_M06
      CliVariableList.addCliVariablesByVariableList(String)
    • ERR_M07

      public static final ModuleCode ERR_M07
      ParsedCommandLine.validateJson(String)
    • ERR_M08

      public static final ModuleCode ERR_M08
      JsonContext.getContext()
    • ERR_P00

      public static final ModuleCode ERR_P00
      Unused.
  • Method Details

    • values

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