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

fieldType

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.

isEditable

True if the field is editable.

isNullable

True if the field is nullable.