public enum XReferenceType extends Enum<XReferenceType>
XReferenceEntry, as it can be found in a PDF's
PDFXRefStream.| Enum Constant and Description |
|---|
FREE |
NORMAL |
OBJECT_STREAM_ENTRY |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumericValue()
Returns the numeric representation of this type.
|
static XReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XReferenceType FREE
public static final XReferenceType NORMAL
public static final XReferenceType OBJECT_STREAM_ENTRY
public static XReferenceType[] values()
for (XReferenceType c : XReferenceType.values()) System.out.println(c);
public static XReferenceType 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 int getNumericValue()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.