public enum ExtendedAttributes extends Enum<ExtendedAttributes>
Enum Constant and Description |
---|
DIGEST
This metadata contains the digest of the file in the following format : DigestType:Digest_value
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
getter for attribute message
|
String |
toString() |
static ExtendedAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedAttributes DIGEST
public static ExtendedAttributes[] values()
for (ExtendedAttributes c : ExtendedAttributes.values()) System.out.println(c);
public static ExtendedAttributes 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 String getKey()
public String toString()
toString
in class Enum<ExtendedAttributes>
Copyright © 2018 Vitam. All rights reserved.