public static enum Component.Type extends java.lang.Enum<Component.Type>
Enum Constant and Description |
---|
COMPRESSION_INFO |
CRC |
CUSTOM |
DATA |
DIGEST |
FILTER |
PRIMARY_INDEX |
SECONDARY_INDEX |
STATS |
SUMMARY |
TOC |
Modifier and Type | Method and Description |
---|---|
static Component.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Component.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Component.Type DATA
public static final Component.Type PRIMARY_INDEX
public static final Component.Type FILTER
public static final Component.Type COMPRESSION_INFO
public static final Component.Type STATS
public static final Component.Type DIGEST
public static final Component.Type CRC
public static final Component.Type SUMMARY
public static final Component.Type TOC
public static final Component.Type SECONDARY_INDEX
public static final Component.Type CUSTOM
public static Component.Type[] values()
for (Component.Type c : Component.Type.values()) System.out.println(c);
public static Component.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2020 The Apache Software Foundation