org.objectweb.jorm.metainfo.api
Interface TypedElement
- MetaObject, Serializable
- ClassRef, GenClassRef, PrimitiveElement, Reference, ScalarField
public interface TypedElement
TypedElement interface is the top level of the "field" interface.
two blocks derived from this object, the reference object (a reference
to a class or a reference to a generic class), and the primitive element
object (scalar field).
- X. Spengler
String | getName() - Returns the name of the current typed element.
|
PType | getType() - Returns the type of the field.
|
getName
public String getName()
Returns the name of the current typed element.
- the string representation of the typed element
getType
public PType getType()
Returns the type of the field.
- a PType object which defines the type of the current field