public enum ValueLocationEnum extends java.lang.Enum<ValueLocationEnum> implements JREnum
Enum Constant and Description |
---|
BULB
The value should be displayed in the bulb of the thermometer.
|
LEFT
The value should be displayed to the left of the thermometer.
|
NONE
The value should not be displayed.
|
RIGHT
The value should be displayed to the right of the thermometer.
|
Modifier and Type | Method and Description |
---|---|
static ValueLocationEnum |
getByName(java.lang.String name) |
static ValueLocationEnum |
getByValue(byte value) |
static ValueLocationEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static ValueLocationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueLocationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueLocationEnum NONE
public static final ValueLocationEnum LEFT
public static final ValueLocationEnum RIGHT
public static final ValueLocationEnum BULB
public static ValueLocationEnum[] values()
for (ValueLocationEnum c : ValueLocationEnum.values()) System.out.println(c);
public static ValueLocationEnum 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 static ValueLocationEnum getByName(java.lang.String name)
public static ValueLocationEnum getByValue(java.lang.Byte value)
public static ValueLocationEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com