Enum EExchangeFileTypeName

java.lang.Object
java.lang.Enum<EExchangeFileTypeName>
com.helger.photon.exchange.EExchangeFileTypeName
All Implemented Interfaces:
com.helger.commons.text.display.IHasDisplayText, Serializable, Comparable<EExchangeFileTypeName>, java.lang.constant.Constable

@Translatable public enum EExchangeFileTypeName extends Enum<EExchangeFileTypeName> implements com.helger.commons.text.display.IHasDisplayText
Exchange file type names.
Author:
Philip Helger
  • Enum Constant Details

  • Method Details

    • values

      public static EExchangeFileTypeName[] 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 EExchangeFileTypeName 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