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