Enum FixedDateFormat.FixedTimeZoneFormat

java.lang.Object
java.lang.Enum<FixedDateFormat.FixedTimeZoneFormat>
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedTimeZoneFormat
All Implemented Interfaces:
Serializable, Comparable<FixedDateFormat.FixedTimeZoneFormat>, java.lang.constant.Constable
Enclosing class:
FixedDateFormat

public static enum FixedDateFormat.FixedTimeZoneFormat extends Enum<FixedDateFormat.FixedTimeZoneFormat>
Fixed time zone formats. The enum names are symbols from Java's DateTimeFormatter.
See Also:
  • Enum Constant Details

  • Field Details

    • timeSeparatorChar

      private final char timeSeparatorChar
    • timeSeparatorCharLen

      private final int timeSeparatorCharLen
    • useMinutes

      private final boolean useMinutes
    • length

      private final int length
  • Constructor Details

    • FixedTimeZoneFormat

      private FixedTimeZoneFormat()
    • FixedTimeZoneFormat

      private FixedTimeZoneFormat(char timeSeparatorChar, boolean minutes, int length)
  • Method Details

    • values

      public static FixedDateFormat.FixedTimeZoneFormat[] 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 FixedDateFormat.FixedTimeZoneFormat 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
    • getLength

      public int getLength()
    • write

      private int write(int offset, char[] buffer, int pos)