public enum STPresetLineDashVal extends Enum<STPresetLineDashVal>
Java class for ST_PresetLineDashVal.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PresetLineDashVal">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="solid"/>
<enumeration value="dot"/>
<enumeration value="sysDot"/>
<enumeration value="dash"/>
<enumeration value="sysDash"/>
<enumeration value="lgDash"/>
<enumeration value="dashDot"/>
<enumeration value="sysDashDot"/>
<enumeration value="lgDashDot"/>
<enumeration value="lgDashDotDot"/>
<enumeration value="sysDashDotDot"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DASH |
DASH_DOT |
DOT |
LG_DASH |
LG_DASH_DOT |
LG_DASH_DOT_DOT |
SOLID |
SYS_DASH |
SYS_DASH_DOT |
SYS_DASH_DOT_DOT |
SYS_DOT |
| Modifier and Type | Method and Description |
|---|---|
static STPresetLineDashVal |
fromValue(String v) |
String |
value() |
static STPresetLineDashVal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPresetLineDashVal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPresetLineDashVal SOLID
public static final STPresetLineDashVal DOT
public static final STPresetLineDashVal SYS_DOT
public static final STPresetLineDashVal DASH
public static final STPresetLineDashVal SYS_DASH
public static final STPresetLineDashVal LG_DASH
public static final STPresetLineDashVal DASH_DOT
public static final STPresetLineDashVal SYS_DASH_DOT
public static final STPresetLineDashVal LG_DASH_DOT
public static final STPresetLineDashVal LG_DASH_DOT_DOT
public static final STPresetLineDashVal SYS_DASH_DOT_DOT
public static STPresetLineDashVal[] values()
for (STPresetLineDashVal c : STPresetLineDashVal.values()) System.out.println(c);
public static STPresetLineDashVal 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 STPresetLineDashVal fromValue(String v)
Copyright © 2007-2020. All Rights Reserved.