org.objectweb.jorm.interp.genclass.api
Class FieldDesc

java.lang.Object
  |
  +--org.objectweb.jorm.interp.genclass.api.FieldDesc
Direct Known Subclasses:
RdbFieldDesc

public class FieldDesc
extends java.lang.Object

This class provides a simple description of a JORM field.

Author:
P. D?chamboux

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

name

public java.lang.String name
The name of the JORM field.

compositeName

public java.lang.String compositeName

type

public PType type
The type of the JORM field.
Constructor Detail

FieldDesc

public FieldDesc(java.lang.String fn,
                 java.lang.String cfn,
                 PType ft)
It constructs an RdnFieldDesc.