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