org.objectweb.jorm.interp.genclass.fos.api
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(int level)
Specifies the level of names of the related generic class
(e.g., for a set of lists, lists are level 0). |
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(int level)
- Specifies the level of names of the related generic class
(e.g., for a set of lists, lists are level 0).