Package cimerant
Enum Class ModuleCode
- All Implemented Interfaces:
Serializable
,Comparable<ModuleCode>
,Constable
The
ModuleCode
enumeration represents a set of predefined constants for code locations.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionParsedCommandLine.getCmd()ParsedCommandLine.getCliValueList()ParsedCommandLine.getErrors()CliValueList.addCliValue(List)CliValueList.addCliValuesByTemplateList(String)CliVariableList.addCliVariablesByVariableList(String)ParsedCommandLine.validateJson(String)JsonContext.getContext()Unused. -
Method Summary
Modifier and TypeMethodDescriptionstatic ModuleCode
Returns the enum constant of this class with the specified name.static ModuleCode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ERR_M00
ParsedCommandLine.getCmd() -
ERR_M01
ParsedCommandLine.getCliValueList()ParsedCommandLine.getCliVariableList()
-
ERR_M02
ParsedCommandLine.getErrors()Cimerant.main(String...)
-
ERR_M03
CliValueList.addCliValue(List) -
ERR_M05
CliValueList.addCliValuesByTemplateList(String) -
ERR_M06
CliVariableList.addCliVariablesByVariableList(String) -
ERR_M07
ParsedCommandLine.validateJson(String) -
ERR_M08
JsonContext.getContext() -
ERR_P00
Unused.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-