Interface AdditionalField

    • Method Detail

      • getName

        @NotNull
        @NotNull String getName()
        Get the name of this additional field.
        Returns:
        The field name.
      • getDataTypeRaw

        @NotNull
        @NotNull String getDataTypeRaw()
        Get the raw data type of this additional field.
        This raw data can be used sometimes when the getDataType() has returned the unknown constant.
        Returns:
        The raw field data type.
      • getDefaultValue

        @NotNull
        @NotNull String getDefaultValue()
        Get the default value of this additional field.
        Returns:
        The field default value.
      • getDescription

        @NotNull
        @NotNull String getDescription()
        Get the description of this additional field.
        Returns:
        The field description.