protected static enum HttpFormattedHandler.REPLACEMENT extends Enum<HttpFormattedHandler.REPLACEMENT>
Enum Constant and Description |
---|
XXXBANDWIDTHXXX |
XXXDATEXXX |
XXXHOSTIDXXX |
XXXLANGXXX |
XXXLOCACTIVEXXX |
XXXNETACTIVEXXX |
Modifier and Type | Method and Description |
---|---|
static HttpFormattedHandler.REPLACEMENT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpFormattedHandler.REPLACEMENT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpFormattedHandler.REPLACEMENT XXXHOSTIDXXX
public static final HttpFormattedHandler.REPLACEMENT XXXLOCACTIVEXXX
public static final HttpFormattedHandler.REPLACEMENT XXXNETACTIVEXXX
public static final HttpFormattedHandler.REPLACEMENT XXXBANDWIDTHXXX
public static final HttpFormattedHandler.REPLACEMENT XXXDATEXXX
public static final HttpFormattedHandler.REPLACEMENT XXXLANGXXX
public static HttpFormattedHandler.REPLACEMENT[] values()
for (HttpFormattedHandler.REPLACEMENT c : HttpFormattedHandler.REPLACEMENT.values()) System.out.println(c);
public static HttpFormattedHandler.REPLACEMENT 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 © 2009–2020 Waarp. All rights reserved.