public static enum PDFAFlavour.Level extends Enum<PDFAFlavour.Level>
| Enum Constant and Description |
|---|
A
Level A
|
B
Level B
|
NO_LEVEL
Special identifier for the none case
|
U
Level U
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getName() |
static PDFAFlavour.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFAFlavour.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFAFlavour.Level NO_LEVEL
public static final PDFAFlavour.Level A
public static final PDFAFlavour.Level B
public static final PDFAFlavour.Level U
public static PDFAFlavour.Level[] values()
for (PDFAFlavour.Level c : PDFAFlavour.Level.values()) System.out.println(c);
public static PDFAFlavour.Level valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final String getCode()
public final String getName()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.