Field
constructor(fieldType: FieldType, name: String, alias: String, length: Int = 0, domain: Domain? = null, isEditable: Boolean = true, isNullable: Boolean = true)
Creates a new field object with the following parameters.
Since
200.1.0
Parameters
field Type
Defines the type of field.
name
Name of the field.
alias
Alias of the field.
length
Length of the field.
domain
Domain for the field. Can be null.
is Editable
True if the field is editable.
is Nullable
True if the field is nullable.