@Translatable public enum EServletStatusText extends Enum<EServletStatusText> implements com.helger.commons.text.display.IHasDisplayText
EServletStatus.| Enum Constant and Description |
|---|
CONSTRUCTED |
DESTROYED |
INITED |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Locale aContentLocale) |
static EServletStatusText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EServletStatusText[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EServletStatusText CONSTRUCTED
public static final EServletStatusText INITED
public static final EServletStatusText DESTROYED
public static EServletStatusText[] values()
for (EServletStatusText c : EServletStatusText.values()) System.out.println(c);
public static EServletStatusText 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 nullCopyright © 2017–2019 Philip Helger. All rights reserved.