public static enum StyleWrapAttribute.Value extends Enum<StyleWrapAttribute.Value>
Enum Constant and Description |
---|
BIGGEST |
DYNAMIC |
LEFT |
NONE |
PARALLEL |
RIGHT |
RUN_THROUGH |
Modifier and Type | Method and Description |
---|---|
static StyleWrapAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static StyleWrapAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleWrapAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleWrapAttribute.Value BIGGEST
public static final StyleWrapAttribute.Value DYNAMIC
public static final StyleWrapAttribute.Value LEFT
public static final StyleWrapAttribute.Value NONE
public static final StyleWrapAttribute.Value PARALLEL
public static final StyleWrapAttribute.Value RIGHT
public static final StyleWrapAttribute.Value RUN_THROUGH
public static StyleWrapAttribute.Value[] values()
for (StyleWrapAttribute.Value c : StyleWrapAttribute.Value.values()) System.out.println(c);
public static StyleWrapAttribute.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<StyleWrapAttribute.Value>
public static StyleWrapAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.