public static enum ServiceContextsCache.CASE extends Enum<ServiceContextsCache.CASE>
| Enum Constant and Description |
|---|
CLIENT_INITIAL |
CLIENT_SUBSEQUENT |
SERVER_INITIAL |
SERVER_SUBSEQUENT |
| Modifier and Type | Method and Description |
|---|---|
static ServiceContextsCache.CASE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceContextsCache.CASE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceContextsCache.CASE CLIENT_INITIAL
public static final ServiceContextsCache.CASE CLIENT_SUBSEQUENT
public static final ServiceContextsCache.CASE SERVER_INITIAL
public static final ServiceContextsCache.CASE SERVER_SUBSEQUENT
public static ServiceContextsCache.CASE[] values()
for (ServiceContextsCache.CASE c : ServiceContextsCache.CASE.values()) System.out.println(c);
public static ServiceContextsCache.CASE 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–2019 Eclipse Foundation. All rights reserved.