public static enum AssemblyProgram.EnumAssemblyProblem extends java.lang.Enum<AssemblyProgram.EnumAssemblyProblem>
| Enum Constant and Description |
|---|
NO_INPUT |
NO_OUTPUT |
NO_PROBLEM |
| Modifier and Type | Method and Description |
|---|---|
static AssemblyProgram.EnumAssemblyProblem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssemblyProgram.EnumAssemblyProblem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssemblyProgram.EnumAssemblyProblem NO_PROBLEM
public static final AssemblyProgram.EnumAssemblyProblem NO_INPUT
public static final AssemblyProgram.EnumAssemblyProblem NO_OUTPUT
public static AssemblyProgram.EnumAssemblyProblem[] values()
for (AssemblyProgram.EnumAssemblyProblem c : AssemblyProgram.EnumAssemblyProblem.values()) System.out.println(c);
public static AssemblyProgram.EnumAssemblyProblem valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null