protected static enum CompressedData.CompressedDataField extends Enum<CompressedData.CompressedDataField> implements EnumType
| Enum Constant and Description |
|---|
COMPRESSION_ALGORITHM |
ENCAP_CONTENT_INFO |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static CompressedData.CompressedDataField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressedData.CompressedDataField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompressedData.CompressedDataField VERSION
public static final CompressedData.CompressedDataField COMPRESSION_ALGORITHM
public static final CompressedData.CompressedDataField ENCAP_CONTENT_INFO
public static CompressedData.CompressedDataField[] values()
for (CompressedData.CompressedDataField c : CompressedData.CompressedDataField.values()) System.out.println(c);
public static CompressedData.CompressedDataField 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 © 2014–2019 The Apache Software Foundation. All rights reserved.