public enum ETagSupportEnum extends Enum<ETagSupportEnum>
| Enum Constant and Description |
|---|
DISABLED
Do not send ETag headers
|
ENABLED
Send ETag headers
|
| Modifier and Type | Method and Description |
|---|---|
static ETagSupportEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETagSupportEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETagSupportEnum ENABLED
public static final ETagSupportEnum DISABLED
public static ETagSupportEnum[] values()
for (ETagSupportEnum c : ETagSupportEnum.values()) System.out.println(c);
public static ETagSupportEnum 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–2016 University Health Network. All rights reserved.