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