org.objectweb.jorm.runtime.colocated
Class GenClass_C.RefElement
java.lang.Object
org.objectweb.jorm.runtime.colocated.GenClass_C.RefElement
- Enclosing class:
- GenClass_C
- public class GenClass_C.RefElement
- extends java.lang.Object
Method Summary |
boolean |
equals(java.lang.Object obj)
|
byte |
getElemStatus()
|
java.math.BigDecimal |
pieGetBigDecimalElem()
|
java.math.BigInteger |
pieGetBigIntegerElem()
|
boolean |
pieGetBooleanElem()
|
byte[] |
pieGetByteArrayElem()
|
byte |
pieGetByteElem()
|
byte |
pieGetByteIndexField(java.lang.String fn)
|
char[] |
pieGetCharArrayElem()
|
char |
pieGetCharElem()
|
char |
pieGetCharIndexField(java.lang.String fn)
|
java.util.Date |
pieGetDateElem()
|
java.util.Date |
pieGetDateIndexField(java.lang.String fn)
|
double |
pieGetDoubleElem()
|
float |
pieGetFloatElem()
|
int |
pieGetIntElem()
|
int |
pieGetIntIndexField(java.lang.String fn)
|
long |
pieGetLongElem()
|
long |
pieGetLongIndexField(java.lang.String fn)
|
java.lang.Boolean |
pieGetObooleanElem()
|
java.lang.Byte |
pieGetObyteElem()
|
java.lang.Byte |
pieGetObyteIndexField(java.lang.String fn)
|
java.lang.Character |
pieGetOcharElem()
|
java.lang.Character |
pieGetOcharIndexField(java.lang.String fn)
|
java.lang.Double |
pieGetOdoubleElem()
|
java.lang.Float |
pieGetOfloatElem()
|
java.lang.Integer |
pieGetOintElem()
|
java.lang.Integer |
pieGetOintIndexField(java.lang.String fn)
|
java.lang.Long |
pieGetOlongElem()
|
java.lang.Long |
pieGetOlongIndexField(java.lang.String fn)
|
java.lang.Short |
pieGetOshortElem()
|
java.lang.Short |
pieGetOshortIndexField(java.lang.String fn)
|
PName |
pieGetRefElem()
|
java.io.Serializable |
pieGetSerializedElem()
|
short |
pieGetShortElem()
|
short |
pieGetShortIndexField(java.lang.String fn)
|
java.lang.String |
pieGetStringElem()
|
java.lang.String |
pieGetStringIndexField(java.lang.String fn)
|
void |
pieSetBigDecimalElem(java.math.BigDecimal value)
|
void |
pieSetBigIntegerElem(java.math.BigInteger value)
|
void |
pieSetBooleanElem(boolean value)
|
void |
pieSetByteArrayElem(byte[] value)
|
void |
pieSetByteElem(byte value)
|
void |
pieSetByteIndexField(java.lang.String fn,
byte value)
|
void |
pieSetCharArrayElem(char[] value)
|
void |
pieSetCharElem(char value)
|
void |
pieSetCharIndexField(java.lang.String fn,
char value)
|
void |
pieSetDateElem(java.util.Date value)
|
void |
pieSetDateIndexField(java.lang.String fn,
java.util.Date value)
|
void |
pieSetDoubleElem(double value)
|
void |
pieSetFloatElem(float value)
|
void |
pieSetIntElem(int value)
|
void |
pieSetIntIndexField(java.lang.String fn,
int value)
|
void |
pieSetLongElem(long value)
|
void |
pieSetLongIndexField(java.lang.String fn,
long value)
|
void |
pieSetObooleanElem(java.lang.Boolean value)
|
void |
pieSetObyteElem(java.lang.Byte value)
|
void |
pieSetObyteIndexField(java.lang.String fn,
java.lang.Byte value)
|
void |
pieSetOcharElem(java.lang.Character value)
|
void |
pieSetOcharIndexField(java.lang.String fn,
java.lang.Character value)
|
void |
pieSetOdoubleElem(java.lang.Double value)
|
void |
pieSetOfloatElem(java.lang.Float value)
|
void |
pieSetOintElem(java.lang.Integer value)
|
void |
pieSetOintIndexField(java.lang.String fn,
java.lang.Integer value)
|
void |
pieSetOlongElem(java.lang.Long value)
|
void |
pieSetOlongIndexField(java.lang.String fn,
java.lang.Long value)
|
void |
pieSetOshortElem(java.lang.Short value)
|
void |
pieSetOshortIndexField(java.lang.String fn,
java.lang.Short value)
|
void |
pieSetRefElem(PName value)
|
void |
pieSetSerializedElem(java.io.Serializable value)
|
void |
pieSetShortElem(short value)
|
void |
pieSetShortIndexField(java.lang.String fn,
short value)
|
void |
pieSetStringElem(java.lang.String value)
|
void |
pieSetStringIndexField(java.lang.String fn,
java.lang.String value)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
status
public byte status
element
public PName element
GenClass_C.RefElement
public GenClass_C.RefElement()
GenClass_C.RefElement
public GenClass_C.RefElement(PName element)
GenClass_C.RefElement
public GenClass_C.RefElement(byte status,
PName element)
equals
public boolean equals(java.lang.Object obj)
toString
public java.lang.String toString()
getElemStatus
public byte getElemStatus()
pieSetRefElem
public void pieSetRefElem(PName value)
throws PException
- Throws:
PException
pieGetRefElem
public PName pieGetRefElem()
throws PException
- Throws:
PException
pieGetBooleanElem
public boolean pieGetBooleanElem()
throws PException
- Throws:
PException
pieGetObooleanElem
public java.lang.Boolean pieGetObooleanElem()
throws PException
- Throws:
PException
pieGetByteElem
public byte pieGetByteElem()
throws PException
- Throws:
PException
pieGetObyteElem
public java.lang.Byte pieGetObyteElem()
throws PException
- Throws:
PException
pieGetByteIndexField
public byte pieGetByteIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetObyteIndexField
public java.lang.Byte pieGetObyteIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetCharElem
public char pieGetCharElem()
throws PException
- Throws:
PException
pieGetOcharElem
public java.lang.Character pieGetOcharElem()
throws PException
- Throws:
PException
pieGetCharIndexField
public char pieGetCharIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetOcharIndexField
public java.lang.Character pieGetOcharIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetShortElem
public short pieGetShortElem()
throws PException
- Throws:
PException
pieGetOshortElem
public java.lang.Short pieGetOshortElem()
throws PException
- Throws:
PException
pieGetShortIndexField
public short pieGetShortIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetOshortIndexField
public java.lang.Short pieGetOshortIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetIntElem
public int pieGetIntElem()
throws PException
- Throws:
PException
pieGetOintElem
public java.lang.Integer pieGetOintElem()
throws PException
- Throws:
PException
pieGetIntIndexField
public int pieGetIntIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetOintIndexField
public java.lang.Integer pieGetOintIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetLongElem
public long pieGetLongElem()
throws PException
- Throws:
PException
pieGetOlongElem
public java.lang.Long pieGetOlongElem()
throws PException
- Throws:
PException
pieGetLongIndexField
public long pieGetLongIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetOlongIndexField
public java.lang.Long pieGetOlongIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetFloatElem
public float pieGetFloatElem()
throws PException
- Throws:
PException
pieGetOfloatElem
public java.lang.Float pieGetOfloatElem()
throws PException
- Throws:
PException
pieGetDoubleElem
public double pieGetDoubleElem()
throws PException
- Throws:
PException
pieGetOdoubleElem
public java.lang.Double pieGetOdoubleElem()
throws PException
- Throws:
PException
pieGetStringElem
public java.lang.String pieGetStringElem()
throws PException
- Throws:
PException
pieGetStringIndexField
public java.lang.String pieGetStringIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetDateElem
public java.util.Date pieGetDateElem()
throws PException
- Throws:
PException
pieGetDateIndexField
public java.util.Date pieGetDateIndexField(java.lang.String fn)
throws PException
- Throws:
PException
pieGetCharArrayElem
public char[] pieGetCharArrayElem()
throws PException
- Throws:
PException
pieGetByteArrayElem
public byte[] pieGetByteArrayElem()
throws PException
- Throws:
PException
pieGetSerializedElem
public java.io.Serializable pieGetSerializedElem()
throws PException
- Throws:
PException
pieGetBigDecimalElem
public java.math.BigDecimal pieGetBigDecimalElem()
throws PException
- Throws:
PException
pieGetBigIntegerElem
public java.math.BigInteger pieGetBigIntegerElem()
throws PException
- Throws:
PException
pieSetBooleanElem
public void pieSetBooleanElem(boolean value)
throws PException
- Throws:
PException
pieSetObooleanElem
public void pieSetObooleanElem(java.lang.Boolean value)
throws PException
- Throws:
PException
pieSetByteElem
public void pieSetByteElem(byte value)
throws PException
- Throws:
PException
pieSetObyteElem
public void pieSetObyteElem(java.lang.Byte value)
throws PException
- Throws:
PException
pieSetByteIndexField
public void pieSetByteIndexField(java.lang.String fn,
byte value)
throws PException
- Throws:
PException
pieSetObyteIndexField
public void pieSetObyteIndexField(java.lang.String fn,
java.lang.Byte value)
throws PException
- Throws:
PException
pieSetCharElem
public void pieSetCharElem(char value)
throws PException
- Throws:
PException
pieSetOcharElem
public void pieSetOcharElem(java.lang.Character value)
throws PException
- Throws:
PException
pieSetCharIndexField
public void pieSetCharIndexField(java.lang.String fn,
char value)
throws PException
- Throws:
PException
pieSetOcharIndexField
public void pieSetOcharIndexField(java.lang.String fn,
java.lang.Character value)
throws PException
- Throws:
PException
pieSetShortElem
public void pieSetShortElem(short value)
throws PException
- Throws:
PException
pieSetOshortElem
public void pieSetOshortElem(java.lang.Short value)
throws PException
- Throws:
PException
pieSetShortIndexField
public void pieSetShortIndexField(java.lang.String fn,
short value)
throws PException
- Throws:
PException
pieSetOshortIndexField
public void pieSetOshortIndexField(java.lang.String fn,
java.lang.Short value)
throws PException
- Throws:
PException
pieSetIntElem
public void pieSetIntElem(int value)
throws PException
- Throws:
PException
pieSetOintElem
public void pieSetOintElem(java.lang.Integer value)
throws PException
- Throws:
PException
pieSetIntIndexField
public void pieSetIntIndexField(java.lang.String fn,
int value)
throws PException
- Throws:
PException
pieSetOintIndexField
public void pieSetOintIndexField(java.lang.String fn,
java.lang.Integer value)
throws PException
- Throws:
PException
pieSetLongElem
public void pieSetLongElem(long value)
throws PException
- Throws:
PException
pieSetOlongElem
public void pieSetOlongElem(java.lang.Long value)
throws PException
- Throws:
PException
pieSetLongIndexField
public void pieSetLongIndexField(java.lang.String fn,
long value)
throws PException
- Throws:
PException
pieSetOlongIndexField
public void pieSetOlongIndexField(java.lang.String fn,
java.lang.Long value)
throws PException
- Throws:
PException
pieSetFloatElem
public void pieSetFloatElem(float value)
throws PException
- Throws:
PException
pieSetOfloatElem
public void pieSetOfloatElem(java.lang.Float value)
throws PException
- Throws:
PException
pieSetDoubleElem
public void pieSetDoubleElem(double value)
throws PException
- Throws:
PException
pieSetOdoubleElem
public void pieSetOdoubleElem(java.lang.Double value)
throws PException
- Throws:
PException
pieSetStringElem
public void pieSetStringElem(java.lang.String value)
throws PException
- Throws:
PException
pieSetStringIndexField
public void pieSetStringIndexField(java.lang.String fn,
java.lang.String value)
throws PException
- Throws:
PException
pieSetDateElem
public void pieSetDateElem(java.util.Date value)
throws PException
- Throws:
PException
pieSetDateIndexField
public void pieSetDateIndexField(java.lang.String fn,
java.util.Date value)
throws PException
- Throws:
PException
pieSetCharArrayElem
public void pieSetCharArrayElem(char[] value)
throws PException
- Throws:
PException
pieSetByteArrayElem
public void pieSetByteArrayElem(byte[] value)
throws PException
- Throws:
PException
pieSetSerializedElem
public void pieSetSerializedElem(java.io.Serializable value)
throws PException
- Throws:
PException
pieSetBigDecimalElem
public void pieSetBigDecimalElem(java.math.BigDecimal value)
throws PException
- Throws:
PException
pieSetBigIntegerElem
public void pieSetBigIntegerElem(java.math.BigInteger value)
throws PException
- Throws:
PException