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