public static enum GralCurveView_ifc.ModeWrite extends java.lang.Enum<GralCurveView_ifc.ModeWrite>
| Enum Constant and Description |
|---|
autoSave |
currentView |
| Modifier and Type | Method and Description |
|---|---|
static GralCurveView_ifc.ModeWrite |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GralCurveView_ifc.ModeWrite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GralCurveView_ifc.ModeWrite currentView
public static final GralCurveView_ifc.ModeWrite autoSave
public static GralCurveView_ifc.ModeWrite[] values()
for (GralCurveView_ifc.ModeWrite c : GralCurveView_ifc.ModeWrite.values()) System.out.println(c);
public static GralCurveView_ifc.ModeWrite 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