public static enum WrittenObjectStore.SpecialParts extends Enum<WrittenObjectStore.SpecialParts>
Enum Constant and Description |
---|
FIRST_PART_OBJECTS |
HINTSTREAM |
PART_4_END_MARKER |
PARTS_BEFORE_FIRST_XREF |
SECOND_PART_OBJECTS |
SECOND_XREF_PART |
Modifier and Type | Method and Description |
---|---|
static WrittenObjectStore.SpecialParts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrittenObjectStore.SpecialParts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WrittenObjectStore.SpecialParts PARTS_BEFORE_FIRST_XREF
public static final WrittenObjectStore.SpecialParts HINTSTREAM
public static final WrittenObjectStore.SpecialParts SECOND_XREF_PART
public static final WrittenObjectStore.SpecialParts FIRST_PART_OBJECTS
public static final WrittenObjectStore.SpecialParts SECOND_PART_OBJECTS
public static final WrittenObjectStore.SpecialParts PART_4_END_MARKER
public static WrittenObjectStore.SpecialParts[] values()
for (WrittenObjectStore.SpecialParts c : WrittenObjectStore.SpecialParts.values()) System.out.println(c);
public static WrittenObjectStore.SpecialParts 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 © 2025. All rights reserved.