public enum VerticalAlignEnum extends java.lang.Enum<VerticalAlignEnum> implements JREnum
Modifier and Type | Method and Description |
---|---|
static VerticalAlignEnum |
getByName(java.lang.String name) |
static VerticalAlignEnum |
getByValue(byte value) |
static VerticalAlignEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static VerticalAlignEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerticalAlignEnum TOP
public static final VerticalAlignEnum MIDDLE
public static final VerticalAlignEnum BOTTOM
public static final VerticalAlignEnum JUSTIFIED
public static VerticalAlignEnum[] values()
for (VerticalAlignEnum c : VerticalAlignEnum.values()) System.out.println(c);
public static VerticalAlignEnum 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 VerticalAlignEnum getByName(java.lang.String name)
public static VerticalAlignEnum getByValue(java.lang.Byte value)
public static VerticalAlignEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com