Enum PatternModifier

java.lang.Object
java.lang.Enum<PatternModifier>
org.apache.calcite.util.format.postgresql.PatternModifier
All Implemented Interfaces:
Serializable, Comparable<PatternModifier>, Constable

public enum PatternModifier extends Enum<PatternModifier>
Flags that can be added to a date/time format component.
  • Enum Constant Details

  • Method Details

    • values

      public static PatternModifier[] 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 PatternModifier 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
    • isPrefix

      public boolean isPrefix()
      Is this modifier placed before or after the pattern.
      Returns:
      true if this modifier is placed before the pattern
    • getModifierString

      public String getModifierString()
      Get the text for this modifier.
      Returns:
      text for this modifier