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