Enum EXMLTransformTexts

java.lang.Object
java.lang.Enum<EXMLTransformTexts>
com.helger.xml.transform.EXMLTransformTexts
All Implemented Interfaces:
com.helger.commons.text.display.IHasDisplayText, Serializable, Comparable<EXMLTransformTexts>, java.lang.constant.Constable

@Translatable public enum EXMLTransformTexts extends Enum<EXMLTransformTexts> implements com.helger.commons.text.display.IHasDisplayText
  • Enum Constant Details

  • Method Details

    • values

      public static EXMLTransformTexts[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EXMLTransformTexts valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getDisplayText

      @Nullable public String getDisplayText(@Nonnull Locale aContentLocale)
      Specified by:
      getDisplayText in interface com.helger.commons.text.display.IHasDisplayText
    • getAsMLT

      @Nonnull public com.helger.commons.text.IMultilingualText getAsMLT()