public enum InputAidTypeValues extends java.lang.Enum<InputAidTypeValues>
List of the input-aid types
Modifier and Type | Method and Description |
---|---|
static InputAidTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputAidTypeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputAidTypeValues _C
Comments.
Such a inputaid type can be called in the -GC tab of an instance only.
public static final InputAidTypeValues _G
Generation elements.
Such a inputaid type can be called in the -GG tab of an instance only.
public static final InputAidTypeValues _O
Generation Options
Such a input-aid can be called in the -GO tab of an instance only.
public static InputAidTypeValues 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 nullpublic static InputAidTypeValues[] values()
for (InputAidTypeValues c : InputAidTypeValues.values()) System.out.println(c);