public static enum SessionConfig.TrackingModeEnum extends java.lang.Enum<SessionConfig.TrackingModeEnum>
Modifier and Type | Method and Description |
---|---|
static SessionConfig.TrackingModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionConfig.TrackingModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionConfig.TrackingModeEnum COOKIE
public static final SessionConfig.TrackingModeEnum URL
public static final SessionConfig.TrackingModeEnum SSL
public static SessionConfig.TrackingModeEnum[] values()
for (SessionConfig.TrackingModeEnum c : SessionConfig.TrackingModeEnum.values()) System.out.println(c);
public static SessionConfig.TrackingModeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null