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