public static enum HSDescriptorCookie.CookieType extends Enum<HSDescriptorCookie.CookieType>
| Enum Constant and Description |
|---|
COOKIE_BASIC |
COOKIE_STEALTH |
| Modifier and Type | Method and Description |
|---|---|
static HSDescriptorCookie.CookieType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSDescriptorCookie.CookieType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSDescriptorCookie.CookieType COOKIE_BASIC
public static final HSDescriptorCookie.CookieType COOKIE_STEALTH
public static HSDescriptorCookie.CookieType[] values()
for (HSDescriptorCookie.CookieType c : HSDescriptorCookie.CookieType.values()) System.out.println(c);
public static HSDescriptorCookie.CookieType 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 © 2015. All rights reserved.