org.objectweb.medor.query.api
Interface NestedField

All Superinterfaces:
Cloneable, java.lang.Cloneable, Field, MultivaluedField, QueryTreeField, TupleStructure
All Known Implementing Classes:
BasicNestedField

public interface NestedField
extends MultivaluedField, QueryTreeField


Field Summary
 
Fields inherited from interface org.objectweb.medor.api.Field
NONULLS, NULLABLE, NULLABLEUNKNOWN, PNAMENAME
 
Method Summary
 void replacePreviousField(Field[] neo)
           
 
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
 
Methods inherited from interface org.objectweb.medor.query.api.QueryTreeField
getQueryTree
 

Method Detail

replacePreviousField

public void replacePreviousField(Field[] neo)