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