public enum MetadataFixerEnum extends Enum<MetadataFixerEnum>
| Enum Constant and Description |
|---|
BOX_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.verapdf.metadata.fixer.MetadataFixerImpl |
getInstance() |
static MetadataFixerEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataFixerEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataFixerEnum BOX_INSTANCE
public static MetadataFixerEnum[] values()
for (MetadataFixerEnum c : MetadataFixerEnum.values()) System.out.println(c);
public static MetadataFixerEnum 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 org.verapdf.metadata.fixer.MetadataFixerImpl getInstance()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.