public enum TrackingModeType extends Enum<TrackingModeType>
tracking-modeType
xsd typeModifier and Type | Method and Description |
---|---|
static TrackingModeType |
getFromStringValue(String value) |
String |
toString() |
static TrackingModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackingModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackingModeType _COOKIE
public static final TrackingModeType _URL
public static final TrackingModeType _SSL
public static TrackingModeType[] values()
for (TrackingModeType c : TrackingModeType.values()) System.out.println(c);
public static TrackingModeType 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 nullpublic String toString()
toString
in class Enum<TrackingModeType>
public static TrackingModeType getFromStringValue(String value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.