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