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