@Generated(value="org.jsonschema2pojo") public static enum AddHeaderBean.ApplyTo extends Enum<AddHeaderBean.ApplyTo>
| Modifier and Type | Method and Description |
|---|---|
static AddHeaderBean.ApplyTo |
fromValue(String value) |
String |
toString() |
static AddHeaderBean.ApplyTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddHeaderBean.ApplyTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddHeaderBean.ApplyTo REQUEST
public static final AddHeaderBean.ApplyTo RESPONSE
public static final AddHeaderBean.ApplyTo BOTH
public static AddHeaderBean.ApplyTo[] values()
for (AddHeaderBean.ApplyTo c : AddHeaderBean.ApplyTo.values()) System.out.println(c);
public static AddHeaderBean.ApplyTo 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<AddHeaderBean.ApplyTo>public static AddHeaderBean.ApplyTo fromValue(String value)
Copyright © 2014–2015 JBoss, a division of Red Hat. All rights reserved.