|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScalarField | |
| org.objectweb.jorm.comp.generator.lib | |
| org.objectweb.jorm.metainfo.api | |
| org.objectweb.jorm.metainfo.lib | |
| Uses of ScalarField in org.objectweb.jorm.comp.generator.lib |
| Methods in org.objectweb.jorm.comp.generator.lib with parameters of type ScalarField | |
java.lang.String |
PNameGenerator.getNullValue(CompositeName cn,
ScalarField f)
|
| Uses of ScalarField in org.objectweb.jorm.metainfo.api |
| Methods in org.objectweb.jorm.metainfo.api that return ScalarField | |
ScalarField |
Class.createHiddenField(java.lang.String fieldName,
PType type)
Creates an hiddenfield for the current Class object. |
ScalarField |
Class.getHiddenField(java.lang.String fieldName)
Retrieve the hiddenfield identified by its name in the current class. |
ScalarField |
CompositeName.getScalarField(java.lang.String fieldName)
Retrieve a scalarfield describing the field identified by it name in the current compositename. |
ScalarField |
CompositeName.createCompositeNameField(java.lang.String fieldName,
PType type)
Build a new scalarfield that describes a field in the composite name |
ScalarField |
GenClassRef.createHiddenField(java.lang.String fieldName,
PType type)
Create a new hidden field for the refgenclass. |
ScalarField |
GenClassRef.getHiddenField(java.lang.String fieldName)
retrieve an hiddenfield from its name. |
| Uses of ScalarField in org.objectweb.jorm.metainfo.lib |
| Classes in org.objectweb.jorm.metainfo.lib that implement ScalarField | |
class |
BasicScalarField
A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class. |
| Methods in org.objectweb.jorm.metainfo.lib that return ScalarField | |
ScalarField |
BasicCompositeName.getScalarField(java.lang.String fieldName)
Retrieve a scalarfield describing the field identified by it name in the current compositename. |
ScalarField |
BasicCompositeName.createCompositeNameField(java.lang.String fieldName,
PType type)
Build a new scalarfield that describes a field in the composite name |
ScalarField |
BasicClass.createHiddenField(java.lang.String fieldName,
PType type)
Creates a new scalar field and adds it to the list of hidden fields. |
ScalarField |
BasicClass.getHiddenField(java.lang.String fieldName)
retrieve an hiddenfield from its name. |
ScalarField |
BasicGenClassRef.createHiddenField(java.lang.String fieldName,
PType type)
Create a new hidden field for the refgenclass. |
ScalarField |
BasicGenClassRef.getHiddenField(java.lang.String fieldName)
retrieve an hiddenfield from its name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||