public enum swCreateOrdDimError_e extends java.lang.Enum<swCreateOrdDimError_e>
Modifier and Type | Method and Description |
---|---|
static swCreateOrdDimError_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swCreateOrdDimError_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swCreateOrdDimError_e swCreateOrdDimErr_Undefined
public static final swCreateOrdDimError_e swCreateOrdDimErr_Success
public static final swCreateOrdDimError_e swCreateOrdDimErr_GenFailure
public static final swCreateOrdDimError_e swCreateOrdDimErr_GenNoInternalDims
public static final swCreateOrdDimError_e swCreateOrdDimErr_GenBadSel
public static final swCreateOrdDimError_e swCreateOrdDimErr_GenNeedModelLoaded
public static final swCreateOrdDimError_e swCreateOrdDimErr_GenSamePartOnly
public static final swCreateOrdDimError_e swCreateOrdDimErr_GenExtraSelection
public static final swCreateOrdDimError_e swCreateOrdDimErr_OrdFailure
public static final swCreateOrdDimError_e swCreateOrdDimErr_OrdDupInGroup
public static final swCreateOrdDimError_e swCreateOrdDimErr_OrdBadDir
public static swCreateOrdDimError_e[] values()
for (swCreateOrdDimError_e c : swCreateOrdDimError_e.values()) System.out.println(c);
public static swCreateOrdDimError_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