|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PTypeSpace | |
| org.objectweb.jorm.api | |
| org.objectweb.jorm.metainfo.api | |
| org.objectweb.jorm.metainfo.lib | |
| org.objectweb.jorm.runtime | |
| org.objectweb.jorm.type.api | |
| org.objectweb.jorm.type.lib | |
| Uses of PTypeSpace in org.objectweb.jorm.api |
| Methods in org.objectweb.jorm.api that return PTypeSpace | |
PTypeSpace |
PMapper.getPTypeSpace()
It returns a PTypeSpace that may be used to create PType associated to JORM classes mapped within this PMapper. |
| Methods in org.objectweb.jorm.api with parameters of type PTypeSpace | |
void |
PMapper.setPTypeSpace(PTypeSpace pts)
It assigns a PTypeSpace that may be used to create PType associated to JORM classes mapped within this PMapper. |
| Uses of PTypeSpace in org.objectweb.jorm.metainfo.api |
| Methods in org.objectweb.jorm.metainfo.api that return PTypeSpace | |
PTypeSpace |
Manager.getPTypeSpace()
Returns the PTypeSpace structure. |
| Uses of PTypeSpace in org.objectweb.jorm.metainfo.lib |
| Fields in org.objectweb.jorm.metainfo.lib declared as PTypeSpace | |
protected PTypeSpace |
BasicManager.ptypeSpace
TBD |
| Methods in org.objectweb.jorm.metainfo.lib that return PTypeSpace | |
PTypeSpace |
BasicManager.getPTypeSpace()
TBD |
| Uses of PTypeSpace in org.objectweb.jorm.runtime |
| Methods in org.objectweb.jorm.runtime that return PTypeSpace | |
PTypeSpace |
Mapper.getPTypeSpace()
It returns a PTypeSpace that may be used to create PType associated to JORM classes mapped within this PMapper. |
| Methods in org.objectweb.jorm.runtime with parameters of type PTypeSpace | |
void |
Mapper.setPTypeSpace(PTypeSpace pts)
It assigns a PTypeSpace that may be used to create PType associated to JORM classes mapped within this PMapper. |
| Uses of PTypeSpace in org.objectweb.jorm.type.api |
| Methods in org.objectweb.jorm.type.api that return PTypeSpace | |
PTypeSpace |
PType.getPTypeSpace()
It retrieves the type space associated to this PType. |
| Constructors in org.objectweb.jorm.type.api with parameters of type PTypeSpace | |
PType(java.lang.String classname,
PTypeSpace typespace)
It constructs the types that represent JORM classes, be it generic or not. |
|
| Uses of PTypeSpace in org.objectweb.jorm.type.lib |
| Classes in org.objectweb.jorm.type.lib that implement PTypeSpace | |
class |
PTypeSpacePAAH
|
| Constructors in org.objectweb.jorm.type.lib with parameters of type PTypeSpace | |
PTypeGenClass(java.lang.String jormName,
PType _inner,
PTypeSpace typeSpace)
|
|
PTypePAAH(java.lang.String classname,
PTypeSpace typespace,
PType[] supertypes)
It constructs the types that represent JORM classes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||