public static enum XrefTrailerResolver.XRefType extends Enum<XrefTrailerResolver.XRefType>
Enum Constant and Description |
---|
STREAM
XRef stream type.
|
TABLE
XRef table type.
|
Modifier and Type | Method and Description |
---|---|
static XrefTrailerResolver.XRefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XrefTrailerResolver.XRefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XrefTrailerResolver.XRefType TABLE
public static final XrefTrailerResolver.XRefType STREAM
public static XrefTrailerResolver.XRefType[] values()
for (XrefTrailerResolver.XRefType c : XrefTrailerResolver.XRefType.values()) System.out.println(c);
public static XrefTrailerResolver.XRefType 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 nullCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.