public static enum RodAnalysisView.AxialLevelWidget extends java.lang.Enum<RodAnalysisView.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 RodAnalysisView.AxialLevelWidget |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RodAnalysisView.AxialLevelWidget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RodAnalysisView.AxialLevelWidget NONE
public static final RodAnalysisView.AxialLevelWidget SCALE
public static final RodAnalysisView.AxialLevelWidget SPINNER
public static RodAnalysisView.AxialLevelWidget[] values()
for (RodAnalysisView.AxialLevelWidget c : RodAnalysisView.AxialLevelWidget.values()) System.out.println(c);
public static RodAnalysisView.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