public enum InputAidCallTypeLineValues extends java.lang.Enum<InputAidCallTypeLineValues>
List of the call type for generation
Modifier and Type | Method and Description |
---|---|
static InputAidCallTypeLineValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputAidCallTypeLineValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputAidCallTypeLineValues _G
This line is taken into account when a blockbase or a screen is generated.
public static final InputAidCallTypeLineValues _O
Line for options
public static final InputAidCallTypeLineValues NONE
Documentary line only, not taken into account when the instance calling the input-aid is generated.
public static InputAidCallTypeLineValues 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 InputAidCallTypeLineValues[] values()
for (InputAidCallTypeLineValues c : InputAidCallTypeLineValues.values()) System.out.println(c);