|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.medor.lib.BasicTupleStructure | +--org.objectweb.medor.lib.BasicMultivaluedField | +--org.objectweb.medor.query.lib.BasicNestedField
This class represents a TupleCollection Field. Notes that all fields blong to the same QueryTree. It is used by the NestQueryNode and the UnnestQueryNode.
Field Summary |
Fields inherited from class org.objectweb.medor.lib.BasicMultivaluedField |
name, type |
Fields inherited from class org.objectweb.medor.lib.BasicTupleStructure |
fields, name2field |
Fields inherited from interface org.objectweb.medor.api.Field |
NONULLS, NULLABLE, NULLABLEUNKNOWN, PNAMENAME |
Constructor Summary | |
BasicNestedField(java.lang.String name,
QueryTree qt,
Field[] nestedFields)
|
Method Summary | |
QueryTree |
getQueryTree()
|
void |
replacePreviousField(Field[] neo)
|
Methods inherited from class org.objectweb.medor.lib.BasicMultivaluedField |
clone, getName, getNullStatus, getType |
Methods inherited from class org.objectweb.medor.lib.BasicTupleStructure |
contains, contains, getField, getField, getFieldRank, getFields, getSize |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.medor.api.Field |
getName, getNullStatus, getType |
Methods inherited from interface org.objectweb.medor.api.Cloneable |
clone |
Methods inherited from interface org.objectweb.medor.api.TupleStructure |
contains, contains, getField, getField, getFieldRank, getFields, getSize |
Constructor Detail |
public BasicNestedField(java.lang.String name, QueryTree qt, Field[] nestedFields) throws MedorException
Method Detail |
public QueryTree getQueryTree()
getQueryTree
in interface QueryTreeField
public void replacePreviousField(Field[] neo)
replacePreviousField
in interface NestedField
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |