@Translatable public enum EExchangeFileTypeText extends Enum<EExchangeFileTypeText> implements com.helger.commons.text.display.IHasDisplayTextWithArgs
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(Locale aContentLocale) |
static EExchangeFileTypeText |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExchangeFileTypeText[] |
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 EExchangeFileTypeText EXPORT_AS
public static final EExchangeFileTypeText SAVE_AS
public static EExchangeFileTypeText[] values()
for (EExchangeFileTypeText c : EExchangeFileTypeText.values()) System.out.println(c);
public static EExchangeFileTypeText 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 © 2014–2021 Philip Helger. All rights reserved.