|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.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. |
int |
scale
|
int |
size
|
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. |
|
FieldDesc(java.lang.String fn,
java.lang.String cfn,
PType ft,
int sz,
int scale)
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
public int size
public int scale
Constructor Detail |
public FieldDesc(java.lang.String fn, java.lang.String cfn, PType ft)
public FieldDesc(java.lang.String fn, java.lang.String cfn, PType ft, int sz, int scale)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |