org.objectweb.medor.query.api
Interface PropagFromNestedField

All Superinterfaces:
Cloneable, java.lang.Cloneable, java.lang.Comparable, Field, NullStatus, PropagatedField, QueryTreeField
All Known Implementing Classes:
BasicPropagFromNestedField

public interface PropagFromNestedField
extends PropagatedField

This field is a propagated field for which the ancestor (not directly) is a nested field.

Author:
S. Chassande-Barrioz, A. Lefebvre

Field Summary
 
Fields inherited from interface org.objectweb.medor.api.Field
PNAMENAME
 
Fields inherited from interface org.objectweb.medor.api.NullStatus
NONULLS, NULLABLE, NULLABLEUNKNOWN
 
Method Summary
 Field[] getPreviousFlatField()
          It permits to reach the field before the nest operation.
 
Methods inherited from interface org.objectweb.medor.query.api.PropagatedField
getIndex, getOriginFields, getPreviousFields, getPreviousFields, replacePreviousField, setIndex
 
Methods inherited from interface org.objectweb.medor.query.api.QueryTreeField
getQueryTree
 
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 java.lang.Comparable
compareTo
 

Method Detail

getPreviousFlatField

public Field[] getPreviousFlatField()
It permits to reach the field before the nest operation.