Enum Constant and Description |
---|
DISABLED
PDF/X disabled
|
PDFX_3_2003
PDF/X-3:2003 enabled
|
PDFX_4 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static PDFXMode |
getValueOf(java.lang.String s)
Returns the mode enum object given a String.
|
java.lang.String |
toString() |
static PDFXMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDFXMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFXMode DISABLED
public static final PDFXMode PDFX_3_2003
public static final PDFXMode PDFX_4
public static PDFXMode[] values()
for (PDFXMode c : PDFXMode.values()) System.out.println(c);
public static PDFXMode 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.String getName()
public static PDFXMode getValueOf(java.lang.String s)
s
- the stringpublic java.lang.String toString()
toString
in class java.lang.Enum<PDFXMode>
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.