Enum Class LogMessageId.LogMessageId4Param

java.lang.Object
java.lang.Enum<LogMessageId.LogMessageId4Param>
com.openhtmltopdf.util.LogMessageId.LogMessageId4Param
All Implemented Interfaces:
LogMessageId, Serializable, Comparable<LogMessageId.LogMessageId4Param>, Constable
Enclosing interface:
LogMessageId

public static enum LogMessageId.LogMessageId4Param extends Enum<LogMessageId.LogMessageId4Param> implements LogMessageId
  • Enum Constant Details

  • Field Details

    • where

      private final String where
    • messageFormat

      private final String messageFormat
    • logMessageIdFormat

      private final LogMessageIdFormat logMessageIdFormat
  • Constructor Details

    • LogMessageId4Param

      private LogMessageId4Param(String where, String messageFormat)
  • Method Details

    • values

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

      public static LogMessageId.LogMessageId4Param valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getEnum

      public Enum<?> getEnum()
      Specified by:
      getEnum in interface LogMessageId
    • getMessageFormat

      public String getMessageFormat()
      Specified by:
      getMessageFormat in interface LogMessageId
    • getWhere

      public String getWhere()
      Specified by:
      getWhere in interface LogMessageId
    • formatMessage

      public String formatMessage(Object[] args)
      Specified by:
      formatMessage in interface LogMessageId