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