public class ForwardIndexField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ForwardIndexField.DataType
An enumeration of accepted data types, along with their respective Class
objects and default byte size
|
| Modifier and Type | Field and Description |
|---|---|
ForwardIndexField.DataType |
dataType
The data type of the field
|
String |
dataTypeFormat
The format of the data type (if applicable)
|
String |
name
The name of the field
|
int |
size
The size of the field
|
| Constructor and Description |
|---|
ForwardIndexField()
Empty constructor.
|
ForwardIndexField(String name,
ForwardIndexField.DataType dataType)
Constructor setting all field attributes.
|
ForwardIndexField(String name,
int stringDataTypeSize)
Constructor setting all field attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardIndexField.DataType |
getDataType()
Returns the data type in use
|
String |
getDataTypeFormat()
Returns the format of the data type in use
|
String |
getName()
Returns the field name
|
String |
toString() |
public String name
public int size
public ForwardIndexField.DataType dataType
public String dataTypeFormat
public ForwardIndexField()
public ForwardIndexField(String name, ForwardIndexField.DataType dataType)
name - -
The name of the field to be createddataType - -
The data type of the field to be createdpublic ForwardIndexField(String name, int stringDataTypeSize)
name - -
The name of the field to be createdstringDataTypeSize - -
The byte size of the field to be createdpublic String getName()
public ForwardIndexField.DataType getDataType()
public String getDataTypeFormat()
Copyright © 2014. All Rights Reserved.