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