public final class TextField<T extends TextDataType> extends Object
Field. Consists of a name, type, and domain| Constructor and Description |
|---|
TextField(String name,
T type,
FieldDomain domain)
Creates a new text field
|
| Modifier and Type | Method and Description |
|---|---|
FieldDomain |
getDomain()
Returns the domain of this field
|
String |
getName()
Returns the name of this field
|
T |
getType()
Returns the type of this field
|
public TextField(String name, T type, FieldDomain domain)
name - the name of the field. must not be null.type - the type of the field. must not be null.domain - the domain of the field. must not be null but may be FieldDomain.UNSPECIFIED.public String getName()
public T getType()
public FieldDomain getDomain()
Copyright © 2019 Actian Corporation. All rights reserved.