public static enum PinAnalysisView.AxialLevelWidget extends java.lang.Enum<PinAnalysisView.AxialLevelWidget>
Enum Constant and Description |
---|
NONE
Some other input is setting the axial level.
|
SCALE |
SPINNER
The spinner is setting the axial level.
|
Modifier and Type | Method and Description |
---|---|
static PinAnalysisView.AxialLevelWidget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PinAnalysisView.AxialLevelWidget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PinAnalysisView.AxialLevelWidget NONE
public static final PinAnalysisView.AxialLevelWidget SCALE
public static final PinAnalysisView.AxialLevelWidget SPINNER
public static PinAnalysisView.AxialLevelWidget[] values()
for (PinAnalysisView.AxialLevelWidget c : PinAnalysisView.AxialLevelWidget.values()) System.out.println(c);
public static PinAnalysisView.AxialLevelWidget 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