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