org.galagosearch.tupleflow.typebuilder
Class FieldSpecification

java.lang.Object
  extended by org.galagosearch.tupleflow.typebuilder.FieldSpecification

public class FieldSpecification
extends java.lang.Object

Author:
trevor

Nested Class Summary
static class FieldSpecification.DataType
           
 
Field Summary
protected  java.lang.String name
           
protected  FieldSpecification.DataType type
           
 
Constructor Summary
FieldSpecification(FieldSpecification.DataType type, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 FieldSpecification.DataType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected FieldSpecification.DataType type

name

protected java.lang.String name
Constructor Detail

FieldSpecification

public FieldSpecification(FieldSpecification.DataType type,
                          java.lang.String name)
Method Detail

getType

public FieldSpecification.DataType getType()

getName

public java.lang.String getName()


Copyright © 2009. All Rights Reserved.