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