|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.objectweb.jorm.interp.genclass.api.FieldDesc
This class provides a simple description of a JORM field.
| Field Summary | |
java.lang.String |
compositeName
|
java.lang.String |
name
The name of the JORM field. |
PType |
type
The type of the JORM field. |
| Constructor Summary | |
FieldDesc(java.lang.String fn,
java.lang.String cfn,
PType ft)
It constructs an RdnFieldDesc. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public java.lang.String compositeName
public PType type
| Constructor Detail |
public FieldDesc(java.lang.String fn,
java.lang.String cfn,
PType ft)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||