Enum Doklady06Schema

java.lang.Object
java.lang.Enum<Doklady06Schema>
cz.drg.pregrouper.process.fileSchema.enums.Doklady06Schema
All Implemented Interfaces:
Schema, Serializable, Comparable<Doklady06Schema>, java.lang.constant.Constable

public enum Doklady06Schema extends Enum<Doklady06Schema> implements Schema
  • Enum Constant Details

  • Method Details

    • values

      public static Doklady06Schema[] 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 Doklady06Schema 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
    • header

      public String header()
      Specified by:
      header in interface Schema
    • dataType

      public DataType dataType()
      Specified by:
      dataType in interface Schema
    • maxLength

      public int maxLength()
      Specified by:
      maxLength in interface Schema
    • required

      public Required required()
      Specified by:
      required in interface Schema