Module datarush.library
Package com.pervasive.datarush.schema
Class TextField<T extends TextDataType>
java.lang.Object
com.pervasive.datarush.schema.TextField<T>
The text analog of
Field. Consists of a name, type, and domain-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextField
Creates a new text field- Parameters:
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 beFieldDomain.UNSPECIFIED.
-
-
Method Details
-
getName
Returns the name of this field- Returns:
- the name of this field
-
getType
Returns the type of this field- Returns:
- the type of this field
-
getDomain
Returns the domain of this field- Returns:
- the domain of this field
-