@Translatable public enum EPhotonBasicText extends Enum<EPhotonBasicText> implements com.helger.commons.text.display.IHasDisplayTextWithArgs
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Locale aContentLocale) |
com.helger.commons.text.IMultilingualText |
getMultilingualText() |
static EPhotonBasicText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPhotonBasicText[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final EPhotonBasicText MENU_OBJECT_FILTER_USER_LOGGED_IN
public static final EPhotonBasicText MENU_OBJECT_FILTER_NO_USER_LOGGED_IN
public static final EPhotonBasicText MENU_OBJECT_FILTER_USER_ASSIGNED_TO_GROUP
public static final EPhotonBasicText MENU_OBJECT_FILTER_USER_HAS_ROLE
public static final EPhotonBasicText SYSTEM_MESSAGE_TYPE_INFO
public static final EPhotonBasicText SYSTEM_MESSAGE_TYPE_WARNING
public static final EPhotonBasicText SYSTEM_MESSAGE_TYPE_ERROR
public static final EPhotonBasicText SYSTEM_MESSAGE_TYPE_SUCCESS
public static EPhotonBasicText[] values()
for (EPhotonBasicText c : EPhotonBasicText.values()) System.out.println(c);
public static EPhotonBasicText 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.IHasDisplayText@Nonnull public com.helger.commons.text.IMultilingualText getMultilingualText()
Copyright © 2014–2017 Philip Helger. All rights reserved.