Uses of Class
org.objectweb.jorm.type.api.PExceptionTyping

Packages that use PExceptionTyping
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.facility.meminst.genclass.api   
org.objectweb.jorm.facility.meminst.genclass.java.util   
org.objectweb.jorm.interp.genclass.file.lib   
org.objectweb.jorm.interp.genclass.lib   
org.objectweb.jorm.interp.genclass.memory.lib   
org.objectweb.jorm.type.api   
org.objectweb.jorm.type.lib   
 

Uses of PExceptionTyping in org.objectweb.jorm.comp.generator.lib
 

Methods in org.objectweb.jorm.comp.generator.lib that throw PExceptionTyping
 java.lang.String MappingGenerator.ptype2CTString(PType pt)
          This generation helper method retrieves the string corresponding to the codding type (short value) associated to a PType.
 java.lang.String MappingGenerator.ptype2String(PType pt)
          This generation helper method retrieves the string corresponding to the instance of the PType.
 

Uses of PExceptionTyping in org.objectweb.jorm.facility.meminst.genclass.api
 

Methods in org.objectweb.jorm.facility.meminst.genclass.api that throw PExceptionTyping
 boolean UserIEValue.getBooleanValue()
           
 byte UserIEValue.getByteValue()
           
 short UserIEValue.getShortValue()
           
 int UserIEValue.getIntValue()
           
 long UserIEValue.getLongValue()
           
 float UserIEValue.getFloatValue()
           
 double UserIEValue.getDoubleValue()
           
 char UserIEValue.getCharValue()
           
 java.lang.String UserIEValue.getStringValue()
           
 java.util.Date UserIEValue.getDateValue()
           
 java.io.Serializable UserIEValue.getSerializedValue()
           
 

Uses of PExceptionTyping in org.objectweb.jorm.facility.meminst.genclass.java.util
 

Methods in org.objectweb.jorm.facility.meminst.genclass.java.util that throw PExceptionTyping
 java.lang.String CollectionElem.pieGetStringElem()
           
 java.util.Date CollectionElem.pieGetDateElem()
           
 char[] CollectionElem.pieGetCharArrayElem()
           
 byte[] CollectionElem.pieGetByteArrayElem()
           
 java.io.Serializable CollectionElem.pieGetSerializedElem()
           
 java.lang.Object CollectionElem.pieGetRefElem()
           
 void CollectionElem.pieSetStringElem(java.lang.String value)
           
 void CollectionElem.pieSetDateElem(java.util.Date value)
           
 void CollectionElem.pieSetCharArrayElem(char[] value)
           
 void CollectionElem.pieSetByteArrayElem(byte[] value)
           
 void CollectionElem.pieSetSerializedElem(java.io.Serializable value)
           
 void CollectionElem.pieSetRefElem(java.lang.Object value)
           
 boolean CollectionElem.pieGetBooleanElem()
           
 java.lang.Boolean CollectionElem.pieGetObooleanElem()
           
 byte CollectionElem.pieGetByteElem()
           
 java.lang.Byte CollectionElem.pieGetObyteElem()
           
 char CollectionElem.pieGetCharElem()
           
 java.lang.Character CollectionElem.pieGetOcharElem()
           
 short CollectionElem.pieGetShortElem()
           
 java.lang.Short CollectionElem.pieGetOshortElem()
           
 int CollectionElem.pieGetIntElem()
           
 java.lang.Integer CollectionElem.pieGetOintElem()
           
 long CollectionElem.pieGetLongElem()
           
 java.lang.Long CollectionElem.pieGetOlongElem()
           
 float CollectionElem.pieGetFloatElem()
           
 java.lang.Float CollectionElem.pieGetOfloatElem()
           
 double CollectionElem.pieGetDoubleElem()
           
 java.lang.Double CollectionElem.pieGetOdoubleElem()
           
 void CollectionElem.pieSetBooleanElem(boolean value)
           
 void CollectionElem.pieSetObooleanElem(java.lang.Boolean value)
           
 void CollectionElem.pieSetByteElem(byte value)
           
 void CollectionElem.pieSetObyteElem(java.lang.Byte value)
           
 void CollectionElem.pieSetCharElem(char value)
           
 void CollectionElem.pieSetOcharElem(java.lang.Character value)
           
 void CollectionElem.pieSetShortElem(short value)
           
 void CollectionElem.pieSetOshortElem(java.lang.Short value)
           
 void CollectionElem.pieSetIntElem(int value)
           
 void CollectionElem.pieSetOintElem(java.lang.Integer value)
           
 void CollectionElem.pieSetLongElem(long value)
           
 void CollectionElem.pieSetOlongElem(java.lang.Long value)
           
 void CollectionElem.pieSetFloatElem(float value)
           
 void CollectionElem.pieSetOfloatElem(java.lang.Float value)
           
 void CollectionElem.pieSetDoubleElem(double value)
           
 void CollectionElem.pieSetOdoubleElem(java.lang.Double value)
           
 void CollectionElem.pieSetByteIndexField(java.lang.String fn, byte value)
           
 void CollectionElem.pieSetObyteIndexField(java.lang.String fn, java.lang.Byte value)
           
 void CollectionElem.pieSetCharIndexField(java.lang.String fn, char value)
           
 void CollectionElem.pieSetOcharIndexField(java.lang.String fn, java.lang.Character value)
           
 void CollectionElem.pieSetShortIndexField(java.lang.String fn, short value)
           
 void CollectionElem.pieSetOshortIndexField(java.lang.String fn, java.lang.Short value)
           
 void CollectionElem.pieSetIntIndexField(java.lang.String fn, int value)
           
 void CollectionElem.pieSetOintIndexField(java.lang.String fn, java.lang.Integer value)
           
 void CollectionElem.pieSetLongIndexField(java.lang.String fn, long value)
           
 void CollectionElem.pieSetOlongIndexField(java.lang.String fn, java.lang.Long value)
           
 void CollectionElem.pieSetStringIndexField(java.lang.String fn, java.lang.String value)
           
 void CollectionElem.pieSetDateIndexField(java.lang.String fn, java.util.Date value)
           
 short CollectionElem.pieGetShortIndexField(java.lang.String fn)
           
 java.lang.Short CollectionElem.pieGetOshortIndexField(java.lang.String fn)
           
 long CollectionElem.pieGetLongIndexField(java.lang.String fn)
           
 java.lang.Long CollectionElem.pieGetOlongIndexField(java.lang.String fn)
           
 int CollectionElem.pieGetIntIndexField(java.lang.String fn)
           
 java.lang.Integer CollectionElem.pieGetOintIndexField(java.lang.String fn)
           
 java.lang.String CollectionElem.pieGetStringIndexField(java.lang.String fn)
           
 java.util.Date CollectionElem.pieGetDateIndexField(java.lang.String fn)
           
 byte CollectionElem.pieGetByteIndexField(java.lang.String fn)
           
 java.lang.Byte CollectionElem.pieGetObyteIndexField(java.lang.String fn)
           
 char CollectionElem.pieGetCharIndexField(java.lang.String fn)
           
 java.lang.Character CollectionElem.pieGetOcharIndexField(java.lang.String fn)
           
 boolean CollectionElem.getBooleanValue()
           
 byte CollectionElem.getByteValue()
           
 short CollectionElem.getShortValue()
           
 int CollectionElem.getIntValue()
           
 long CollectionElem.getLongValue()
           
 float CollectionElem.getFloatValue()
           
 double CollectionElem.getDoubleValue()
           
 char CollectionElem.getCharValue()
           
 java.lang.String CollectionElem.getStringValue()
           
 java.util.Date CollectionElem.getDateValue()
           
 java.io.Serializable CollectionElem.getSerializedValue()
           
 void SetElem.pieSetByteIndexField(java.lang.String fn, byte value)
           
 void SetElem.pieSetCharIndexField(java.lang.String fn, char value)
           
 void SetElem.pieSetShortIndexField(java.lang.String fn, short value)
           
 void SetElem.pieSetIntIndexField(java.lang.String fn, int value)
           
 void SetElem.pieSetLongIndexField(java.lang.String fn, long value)
           
 void SetElem.pieSetStringIndexField(java.lang.String fn, java.lang.String value)
           
 short SetElem.pieGetShortIndexField(java.lang.String fn)
           
 long SetElem.pieGetLongIndexField(java.lang.String fn)
           
 int SetElem.pieGetIntIndexField(java.lang.String fn)
           
 java.lang.String SetElem.pieGetStringIndexField(java.lang.String fn)
           
 byte SetElem.pieGetByteIndexField(java.lang.String fn)
           
 char SetElem.pieGetCharIndexField(java.lang.String fn)
           
 

Uses of PExceptionTyping in org.objectweb.jorm.interp.genclass.file.lib
 

Methods in org.objectweb.jorm.interp.genclass.file.lib that throw PExceptionTyping
 void FileGenClassBinding.write(java.lang.Object conn)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 byte FileGenClassBinding.pngetByteField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a byte field.
 char FileGenClassBinding.pngetCharField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a char field.
 short FileGenClassBinding.pngetShortField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a short field.
 int FileGenClassBinding.pngetIntField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of an int field.
 java.lang.Integer FileGenClassBinding.pngetIntObjField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of an int field.
 long FileGenClassBinding.pngetLongField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a long field.
 java.lang.String FileGenClassBinding.pngetStringField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a string field.
 

Uses of PExceptionTyping in org.objectweb.jorm.interp.genclass.lib
 

Methods in org.objectweb.jorm.interp.genclass.lib that throw PExceptionTyping
 void GenClassMapping.setPBinder(PBinder pb)
          It assigns the PBinder associated to this PClassMapping.
 void GenClassMapping.setPNamingContext(PNamingContext pnc, boolean codingonly)
          It assigns the PNamingContext used to manage the references hold by a generic class instance whose mapping is described by this PClassMapping.
 void GenClassMapping.setPNamingContext(java.lang.String fn, PNamingContext pnc, boolean codingonly)
          It assigns the PNamingContext used to manage the reference hold by a field whose type is a JORM class.
 

Uses of PExceptionTyping in org.objectweb.jorm.interp.genclass.memory.lib
 

Methods in org.objectweb.jorm.interp.genclass.memory.lib that throw PExceptionTyping
 void MemoryGenClassBinding.write(java.lang.Object conn, PAccessor pa)
          It transfers each attribute value taken from the PAccessor object to the data store instance designated by the PName associated with this binding.
 byte MemoryGenClassBinding.pngetByteField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a byte field.
 char MemoryGenClassBinding.pngetCharField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a char field.
 short MemoryGenClassBinding.pngetShortField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a short field.
 int MemoryGenClassBinding.pngetIntField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of an int field.
 long MemoryGenClassBinding.pngetLongField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a long field.
 java.lang.String MemoryGenClassBinding.pngetStringField(java.lang.String fn, java.lang.Object ctx)
          It retrieves the value of a string field.
 

Uses of PExceptionTyping in org.objectweb.jorm.type.api
 

Methods in org.objectweb.jorm.type.api that throw PExceptionTyping
 PType PTypeSpace.createPType(java.lang.String classname)
          It creates a new PType for a JORM class that has no inherited class.
 PType PTypeSpace.createPType(java.lang.String classname, java.lang.String[][] superclassnames)
          It creates a new PType for a JORM class.
 PType PTypeSpace.createPType(java.lang.String[] gcnames, PType ptype)
          It creates a new PType for a JORM generic class instance.
 PType PTypeSpace.createPType(java.lang.String[] gcnames, java.lang.String typename, java.lang.String[][] superclassnames)
          It creates a new PType for a JORM generic class instance.
 

Uses of PExceptionTyping in org.objectweb.jorm.type.lib
 

Methods in org.objectweb.jorm.type.lib that throw PExceptionTyping
 PType PTypeSpacePAAH.createPType(java.lang.String classname)
          It creates a new PType for a JORM class that has no inherited class.
 PType PTypeSpacePAAH.createPType(java.lang.String classname, java.lang.String[][] superclassnames)
          It creates a new PType for a JORM class.
 PType PTypeSpacePAAH.createPType(java.lang.String[] gcnames, PType ptype)
          It creates a new PType for a JORM generic class instance.
 PType PTypeSpacePAAH.createPType(java.lang.String[] gcnames, java.lang.String typename, java.lang.String[][] superclassnames)
          It creates a new PType for a JORM generic class instance.