public enum swLineWeights_e extends java.lang.Enum<swLineWeights_e>
Enum Constant and Description |
---|
swLW_CUSTOM |
swLW_LAYER |
swLW_NONE |
swLW_NORMAL |
swLW_NUMBER |
swLW_THICK |
swLW_THICK2 |
swLW_THICK3 |
swLW_THICK4 |
swLW_THICK5 |
swLW_THICK6 |
swLW_THIN |
Modifier and Type | Method and Description |
---|---|
static swLineWeights_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swLineWeights_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swLineWeights_e swLW_NONE
public static final swLineWeights_e swLW_THIN
public static final swLineWeights_e swLW_NORMAL
public static final swLineWeights_e swLW_THICK
public static final swLineWeights_e swLW_THICK2
public static final swLineWeights_e swLW_THICK3
public static final swLineWeights_e swLW_THICK4
public static final swLineWeights_e swLW_THICK5
public static final swLineWeights_e swLW_THICK6
public static final swLineWeights_e swLW_NUMBER
public static final swLineWeights_e swLW_LAYER
public static final swLineWeights_e swLW_CUSTOM
public static swLineWeights_e[] values()
for (swLineWeights_e c : swLineWeights_e.values()) System.out.println(c);
public static swLineWeights_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