org.objectweb.medor.query.lib
Class BasicQueryTreeField

java.lang.Object
  |
  +--org.objectweb.medor.lib.BasicField
        |
        +--org.objectweb.medor.query.lib.BasicQueryTreeField
All Implemented Interfaces:
java.lang.Cloneable, Cloneable, Field, QueryTreeField
Direct Known Subclasses:
BasicJormField

public class BasicQueryTreeField
extends BasicField
implements QueryTreeField


Field Summary
 
Fields inherited from interface org.objectweb.medor.api.Field
NONULLS, NULLABLE, NULLABLEUNKNOWN, PNAMENAME
 
Constructor Summary
BasicQueryTreeField(java.lang.String name, PType type, QueryTree qt)
           
 
Method Summary
 QueryTree getQueryTree()
           
 
Methods inherited from class org.objectweb.medor.lib.BasicField
clone, getName, getNullStatus, getType
 
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
 

Constructor Detail

BasicQueryTreeField

public BasicQueryTreeField(java.lang.String name,
                           PType type,
                           QueryTree qt)
                    throws MedorException
Method Detail

getQueryTree

public QueryTree getQueryTree()
Specified by:
getQueryTree in interface QueryTreeField