public enum JMadModelSelectionType extends java.lang.Enum<JMadModelSelectionType>
ALL means that the GUI will allow you to select the, e.g., optics and will initizalize the startup configuration.
MODEL_DEFINITION_ONLY means that the GUI will only propose to select the model definition and there will be no startup configuration| Enum Constant and Description |
|---|
ALL |
MODEL_DEFINITION_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static JMadModelSelectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JMadModelSelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMadModelSelectionType MODEL_DEFINITION_ONLY
public static final JMadModelSelectionType ALL
public static JMadModelSelectionType[] values()
for (JMadModelSelectionType c : JMadModelSelectionType.values()) System.out.println(c);
public static JMadModelSelectionType 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