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