public enum STCompoundLine extends Enum<STCompoundLine>
Java class for ST_CompoundLine.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_CompoundLine">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="sng"/>
<enumeration value="dbl"/>
<enumeration value="thickThin"/>
<enumeration value="thinThick"/>
<enumeration value="tri"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DBL |
SNG |
THICK_THIN |
THIN_THICK |
TRI |
| Modifier and Type | Method and Description |
|---|---|
static STCompoundLine |
fromValue(String v) |
String |
value() |
static STCompoundLine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STCompoundLine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STCompoundLine SNG
public static final STCompoundLine DBL
public static final STCompoundLine THICK_THIN
public static final STCompoundLine THIN_THICK
public static final STCompoundLine TRI
public static STCompoundLine[] values()
for (STCompoundLine c : STCompoundLine.values()) System.out.println(c);
public static STCompoundLine valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static STCompoundLine fromValue(String v)
Copyright © 2007-2021. All Rights Reserved.