Enum ColumnDateFormat

  • All Implemented Interfaces:
    Serializable, Comparable<ColumnDateFormat>

    public enum ColumnDateFormat
    extends Enum<ColumnDateFormat>
    The Enum ColumnDateFormat.
    ColumnDateFormat is used to set the date format. It is used on the following annotation bld.generator.report.excel.annotation.ExcelDate.
    • Enum Constant Detail

      • DD_MM_YYYY_HH_MM_SS

        public static final ColumnDateFormat DD_MM_YYYY_HH_MM_SS
        The dd mm yyyy hh mm ss.
      • YYYY_MM_DD_HH_MM_SS

        public static final ColumnDateFormat YYYY_MM_DD_HH_MM_SS
        The yyyy mm dd hh mm ss.
      • PARAMETER

        public static final ColumnDateFormat PARAMETER
        The parameter.
        This option is set on properties file
    • Method Detail

      • values

        public static ColumnDateFormat[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ColumnDateFormat c : ColumnDateFormat.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ColumnDateFormat 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
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value