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