org.objectweb.medor.query.jorm.lib
Class BasicJormField

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

public class BasicJormField
extends BasicQueryTreeField
implements JormField

Author:
Sebastien Chassande-Barrioz

Field Summary
 
Fields inherited from interface org.objectweb.medor.api.Field
NONULLS, NULLABLE, NULLABLEUNKNOWN, PNAMENAME
 
Constructor Summary
BasicJormField(QueryTree qt, TypedElement te)
           
BasicJormField(java.lang.String fieldName, QueryTree qt, TypedElement te)
           
 
Method Summary
 TypedElement getTypedElement()
          Returns the JORM meta object corresponding to the JORM Field.
 
Methods inherited from class org.objectweb.medor.query.lib.BasicQueryTreeField
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

BasicJormField

public BasicJormField(java.lang.String fieldName,
                      QueryTree qt,
                      TypedElement te)
               throws MedorException

BasicJormField

public BasicJormField(QueryTree qt,
                      TypedElement te)
               throws MedorException
Method Detail

getTypedElement

public TypedElement getTypedElement()
Description copied from interface: JormField
Returns the JORM meta object corresponding to the JORM Field.

Specified by:
getTypedElement in interface JormField
Returns:
the JORM meta object corresponding to the JORM Field, as a TypedElement.