public enum PlotOrientationEnum extends java.lang.Enum<PlotOrientationEnum> implements JREnum
Enum Constant and Description |
---|
HORIZONTAL |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
static PlotOrientationEnum |
getByName(java.lang.String name) |
static PlotOrientationEnum |
getByValue(PlotOrientation orientation) |
java.lang.String |
getName() |
PlotOrientation |
getOrientation() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
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 java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public final PlotOrientation getOrientation()
public static PlotOrientationEnum getByName(java.lang.String name)
public static PlotOrientationEnum getByValue(PlotOrientation orientation)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com