public static enum DigestTemplate.ElementType extends Enum<DigestTemplate.ElementType>
| Enum Constant and Description |
|---|
DIGEST_MORE |
DIGEST_ONE |
DIGEST_THREE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static DigestTemplate.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestTemplate.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestTemplate.ElementType DIGEST_ONE
public static final DigestTemplate.ElementType DIGEST_THREE
public static final DigestTemplate.ElementType DIGEST_MORE
public static DigestTemplate.ElementType[] values()
for (DigestTemplate.ElementType c : DigestTemplate.ElementType.values()) System.out.println(c);
public static DigestTemplate.ElementType 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 int getValue()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.