Enum PolozkySchema

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

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

  • Method Details

    • values

      public static PolozkySchema[] 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 PolozkySchema 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
    • maxLengthAfterDecimalPoint

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

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

      public ValueRange allowedValues()
      Specified by:
      allowedValues in interface Schema