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