public enum ProcessingType extends Enum<ProcessingType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessingType.Constants |
| Enum Constant and Description |
|---|
FEATURES |
VALIDATION |
VALIDATION_AND_FEATURES |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingType |
fromString(String toParse) |
static ProcessingType |
getType(boolean isValidation,
boolean isFeatures) |
boolean |
isFeatures() |
boolean |
isValidating() |
String |
toString() |
String |
toText() |
static ProcessingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingType VALIDATION
public static final ProcessingType FEATURES
public static final ProcessingType VALIDATION_AND_FEATURES
public static ProcessingType[] values()
for (ProcessingType c : ProcessingType.values()) System.out.println(c);
public static ProcessingType 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 static ProcessingType getType(boolean isValidation, boolean isFeatures)
public boolean isValidating()
public boolean isFeatures()
public static ProcessingType fromString(String toParse)
public String toText()
public String toString()
toString in class Enum<ProcessingType>Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.