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