|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FieldSpecification.DataType in org.galagosearch.tupleflow.typebuilder |
|---|
| Fields in org.galagosearch.tupleflow.typebuilder declared as FieldSpecification.DataType | |
|---|---|
FieldSpecification.DataType |
TemplateTypeBuilder.Field.dataType
|
protected FieldSpecification.DataType |
FieldSpecification.type
|
| Methods in org.galagosearch.tupleflow.typebuilder that return FieldSpecification.DataType | |
|---|---|
FieldSpecification.DataType |
FieldSpecification.getType()
|
static FieldSpecification.DataType |
FieldSpecification.DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FieldSpecification.DataType[] |
FieldSpecification.DataType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
FieldSpecification.DataType |
GalagoTypeBuilderParser.var_type()
|
| Methods in org.galagosearch.tupleflow.typebuilder with parameters of type FieldSpecification.DataType | |
|---|---|
void |
TypeSpecification.addFieldSpecification(FieldSpecification.DataType type,
java.lang.String name)
|
| Constructors in org.galagosearch.tupleflow.typebuilder with parameters of type FieldSpecification.DataType | |
|---|---|
FieldSpecification(FieldSpecification.DataType type,
java.lang.String name)
|
|
TemplateTypeBuilder.Field(FieldSpecification.DataType type,
java.lang.String name)
|
|
TemplateTypeBuilder.OrderedField(FieldSpecification.DataType type,
java.lang.String name,
boolean ascending,
boolean delta,
boolean runLengthEncoded)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||