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