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