Interface ICreateParams.IField

  • Enclosing interface:
    ICreateParams

    public static interface ICreateParams.IField
    • Method Detail

      • getDataType

        String getDataType()
      • isPrimaryKey

        boolean isPrimaryKey()
      • isPrimaryName

        boolean isPrimaryName()
      • isIntroduction

        boolean isIntroduction()
      • isKeywords

        boolean isKeywords()
      • isSearchable

        boolean isSearchable()
      • isRequired

        boolean isRequired()
      • getDefaultValue

        String getDefaultValue()
      • getOptions

        Map<String,​String> getOptions()
        Return the map of options of the field. When getDatabaseValues() returns some value (not null), this call must return null.
        Returns:
        the map of options of the field.
        Since:
        6.2.0
      • getDatabaseValues

        ICreateParams.IField.IDatabaseValues getDatabaseValues()
        Returns the database values configuration for this field. When getOptions() returns some value (not null), this call must return null.
        Returns:
        the database values configuration for this field.
        Since:
        6.2.1
      • getPattern

        String getPattern()
      • getMaxLength

        int getMaxLength()