|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.galagosearch.tupleflow.typebuilder.FieldSpecification
public class FieldSpecification
| 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 |
|---|
protected FieldSpecification.DataType type
protected java.lang.String name
| Constructor Detail |
|---|
public FieldSpecification(FieldSpecification.DataType type,
java.lang.String name)
| Method Detail |
|---|
public FieldSpecification.DataType getType()
public java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||