|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HandlerPosition>
be.ehealth.technicalconnector.ws.domain.HandlerPosition
public enum HandlerPosition
Enumartion contains the differents handlers positions
Enum Constant Summary | |
---|---|
AFTER
Handlers After Security |
|
BEFORE
Handlers Before Security |
|
SECURITY
Handlers within Security |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HandlerPosition BEFORE
public static final HandlerPosition SECURITY
public static final HandlerPosition AFTER
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |