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