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