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