public static enum H.Cookie.F extends Enum<H.Cookie.F>
The function object namespace
| Modifier and Type | Field and Description |
|---|---|
static org.osgl.Lang.F2<H.Cookie,H.Response,Void> |
ADD_TO_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
static H.Cookie.F |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H.Cookie.F[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final org.osgl.Lang.F2<H.Cookie,H.Response,Void> ADD_TO_RESPONSE
public static H.Cookie.F[] values()
for (H.Cookie.F c : H.Cookie.F.values()) System.out.println(c);
public static H.Cookie.F 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 © 2017–2018 OSGL (Open Source General Library). All rights reserved.