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