public enum PlotOrientationEnum extends java.lang.Enum<PlotOrientationEnum> implements NamedEnum
| Enum Constant and Description |
|---|
HORIZONTAL |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
static PlotOrientationEnum |
getByName(java.lang.String name) |
static PlotOrientationEnum |
getByValue(PlotOrientation orientation)
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.String |
getName() |
PlotOrientation |
getOrientation() |
static PlotOrientationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlotOrientationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotOrientationEnum HORIZONTAL
public static final PlotOrientationEnum VERTICAL
public static PlotOrientationEnum[] values()
for (PlotOrientationEnum c : PlotOrientationEnum.values()) System.out.println(c);
public static PlotOrientationEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final PlotOrientation getOrientation()
public static PlotOrientationEnum getByName(java.lang.String name)
public static PlotOrientationEnum getByValue(PlotOrientation orientation)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com