|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.medor.lib.BasicField | +--org.objectweb.medor.query.lib.BasicQueryTreeField | +--org.objectweb.medor.query.jorm.lib.BasicJormField
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 |
public BasicJormField(java.lang.String fieldName, QueryTree qt, TypedElement te) throws MedorException
public BasicJormField(QueryTree qt, TypedElement te) throws MedorException
Method Detail |
public TypedElement getTypedElement()
JormField
getTypedElement
in interface JormField
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |