public enum swInsertNewPartErrorCode_e extends java.lang.Enum<swInsertNewPartErrorCode_e>
Modifier and Type | Method and Description |
---|---|
static swInsertNewPartErrorCode_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swInsertNewPartErrorCode_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swInsertNewPartErrorCode_e swInsertNewPartError_ErrorUknown
public static final swInsertNewPartErrorCode_e swInsertNewPartError_NoError
public static final swInsertNewPartErrorCode_e swInsertNewPartError_FilePathEmpty
public static final swInsertNewPartErrorCode_e swInsertNewPartError_FileAlreadyExists
public static final swInsertNewPartErrorCode_e swInsertNewPartError_FolderDoesNotExist
public static final swInsertNewPartErrorCode_e swInsertNewPartError_ExtensionNotSldPrt
public static final swInsertNewPartErrorCode_e swInsertNewPartError_NotAFaceOrPlane
public static final swInsertNewPartErrorCode_e swInsertNewPartError_CannotSelectFaceOrPlane
public static swInsertNewPartErrorCode_e[] values()
for (swInsertNewPartErrorCode_e c : swInsertNewPartErrorCode_e.values()) System.out.println(c);
public static swInsertNewPartErrorCode_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