|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.common.ForwardIndexField
public class ForwardIndexField
Represent the characteristics of a single field in a forward index RowSet.
| Nested Class Summary | |
|---|---|
static class |
ForwardIndexField.DataType
An enumeration of accepted data types, along with their respective Class objects and default byte size |
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ForwardIndexField()
Empty constructor. |
|
ForwardIndexField(String name,
ForwardIndexField.DataType dataType)
Constructor setting all field attributes. |
|
ForwardIndexField(String name,
int stringDataTypeSize)
Constructor setting all field attributes. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public int size
public ForwardIndexField.DataType dataType
public String dataTypeFormat
| Constructor Detail |
|---|
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 created
public ForwardIndexField(String name,
int stringDataTypeSize)
name - -
The name of the field to be createdstringDataTypeSize - -
The byte size of the field to be created| Method Detail |
|---|
public String getName()
public ForwardIndexField.DataType getDataType()
public String getDataTypeFormat()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||