Enum FormatElementEnum

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

public enum FormatElementEnum extends Enum<FormatElementEnum> implements FormatElement
Implementation of FormatElement containing the standard format elements. These are based on Oracle's format model documentation.

See Oracle format model reference.

See Also: