org.objectweb.medor.query.jorm.api
Interface JormField
- Cloneable, Field, NullStatus
- BasicJormField, PNameField
public interface JormField
This interface represents a JORM Field. Such a Field is characterized by the
fact that it has an associated TypedElement (either a PrimitiveElement,
a ClassRef or a GenClassRef).
It is not meant to represent a PNameField (for a NameDef of a Class).
TypedElement | getTypedElement() - Returns the JORM meta object corresponding to the JORM Field.
|
getTypedElement
public TypedElement getTypedElement()
Returns the JORM meta object corresponding to the JORM Field.
- the JORM meta object corresponding to the JORM Field, as a
TypedElement.