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