org.objectweb.jorm.mapper.fos.genclass
Interface FosGenClassProp

All Superinterfaces:
GenClassProp
All Known Implementing Classes:
FosGenClassMapping

public interface FosGenClassProp
extends GenClassProp

author Sebastien Chassande-Barrioz


Method Summary
 void setClassName(java.lang.String className)
          Specifies the class within which the related generic class is defined.
 void setFieldName(java.lang.String fieldName)
          Specifies the field of the class which defines the related generic class.
 void setGenClassLevel(java.lang.String level)
          Specifies the level of names of the related generic class (e.g., for a set of lists, lists are level 0).
 
Methods inherited from interface org.objectweb.jorm.genclass.api.GenClassProp
setElemDesc, setIdentifierDesc, setIndexDesc, setPType
 

Method Detail

setClassName

public void setClassName(java.lang.String className)
Specifies the class within which the related generic class is defined.


setFieldName

public void setFieldName(java.lang.String fieldName)
Specifies the field of the class which defines the related generic class.


setGenClassLevel

public void setGenClassLevel(java.lang.String level)
Specifies the level of names of the related generic class (e.g., for a set of lists, lists are level 0).