public static enum EtagHandlerPipe.EtagAction extends Enum<EtagHandlerPipe.EtagAction>
Enum Constant and Description |
---|
CLEAR |
DELETE |
FLUSH |
GENERATE |
GET |
SET |
Modifier and Type | Method and Description |
---|---|
static EtagHandlerPipe.EtagAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtagHandlerPipe.EtagAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtagHandlerPipe.EtagAction GENERATE
public static final EtagHandlerPipe.EtagAction GET
public static final EtagHandlerPipe.EtagAction SET
public static final EtagHandlerPipe.EtagAction DELETE
public static final EtagHandlerPipe.EtagAction FLUSH
public static final EtagHandlerPipe.EtagAction CLEAR
public static EtagHandlerPipe.EtagAction[] values()
for (EtagHandlerPipe.EtagAction c : EtagHandlerPipe.EtagAction.values()) System.out.println(c);
public static EtagHandlerPipe.EtagAction 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 © 2023 Frank!Framework. All rights reserved.