org.odftoolkit.odfdom.dom.attribute.style
public static enum StyleLeaderStyleAttribute.Value extends Enum<StyleLeaderStyleAttribute.Value>
Enum Constant and Description |
---|
DASH |
DOT_DASH |
DOT_DOT_DASH |
DOTTED |
LONG_DASH |
NONE |
SOLID |
WAVE |
Modifier and Type | Method and Description |
---|---|
static StyleLeaderStyleAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static StyleLeaderStyleAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleLeaderStyleAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleLeaderStyleAttribute.Value DASH
public static final StyleLeaderStyleAttribute.Value DOT_DASH
public static final StyleLeaderStyleAttribute.Value DOT_DOT_DASH
public static final StyleLeaderStyleAttribute.Value DOTTED
public static final StyleLeaderStyleAttribute.Value LONG_DASH
public static final StyleLeaderStyleAttribute.Value NONE
public static final StyleLeaderStyleAttribute.Value SOLID
public static final StyleLeaderStyleAttribute.Value WAVE
public static StyleLeaderStyleAttribute.Value[] values()
for (StyleLeaderStyleAttribute.Value c : StyleLeaderStyleAttribute.Value.values()) System.out.println(c);
public static StyleLeaderStyleAttribute.Value 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 toString()
toString
in class Enum<StyleLeaderStyleAttribute.Value>
public static StyleLeaderStyleAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.