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