@Translatable public enum EXMLTransformTexts extends Enum<EXMLTransformTexts> implements IHasDisplayText
| Enum Constant and Description |
|---|
TRANSFORMATION_ERROR |
TRANSFORMATION_FATAL_ERROR |
TRANSFORMATION_WARNING |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetComparatorCollatingpublic 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 IHasDisplayTextaContentLocale - The locale to be used for resolving. May not be null.null if the text could not be resolved in the passed
locale.Copyright © 2014–2016 Philip Helger. All rights reserved.