public static enum PageType.type extends Enum<PageType.type>
Enum Constant and Description |
---|
DATA_PAGE |
DATA_PAGE_V2 |
DICTIONARY_PAGE |
INDEX_PAGE |
UNDEFINED |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
PageType.type |
intern() |
String |
toString() |
static PageType.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageType.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageType.type DATA_PAGE
public static final PageType.type INDEX_PAGE
public static final PageType.type DICTIONARY_PAGE
public static final PageType.type DATA_PAGE_V2
public static final PageType.type UNDEFINED
public static PageType.type[] values()
for (PageType.type c : PageType.type.values()) System.out.println(c);
public static PageType.type 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 PageType.type intern()
public String toString()
toString
in class Enum<PageType.type>
Copyright © 2022. All rights reserved.