public static enum HeaderIdHelper.Context extends Enum<HeaderIdHelper.Context>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static HeaderIdHelper.Context |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderIdHelper.Context[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderIdHelper.Context REQUEST
public static final HeaderIdHelper.Context RESPONSE
public static HeaderIdHelper.Context[] values()
for (HeaderIdHelper.Context c : HeaderIdHelper.Context.values()) System.out.println(c);
public static HeaderIdHelper.Context 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 toString()
toString in class Enum<HeaderIdHelper.Context>Copyright © 2018 Vitam. All rights reserved.