public enum HandlerPosition extends Enum<HandlerPosition>
Enum Constant and Description |
---|
AFTER
Handlers After Security
|
BEFORE
Handlers Before Security
|
SECURITY
Handlers within Security
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static HandlerPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerPosition BEFORE
public static final HandlerPosition SECURITY
public static final HandlerPosition AFTER
public static HandlerPosition[] values()
for (HandlerPosition c : HandlerPosition.values()) System.out.println(c);
public static HandlerPosition 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 getName()
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.