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