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