|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.objectweb.jorm.facility.meminst.genclass.java.util.CollectionElem
| Field Summary | |
protected char |
charIndex
This field can be the index. |
protected double |
doubleIndex
This field can be the index. |
protected java.lang.Object |
element
This field is the element. |
static java.lang.String |
ERROR_MESSAGE_BAD_FIELD_NAME
The error message thrown when an accessor method associated to a primitive element type is called. |
static java.lang.String |
ERROR_MESSAGE_NO_NULL_INDEX
The error message thrown when an accessor method associated to a primitive element type is called. |
static java.lang.String |
ERROR_MESSAGE_ONLY_OBJECTS
The error message thrown when an accessor method associated to a primitive element type is called. |
static java.lang.String |
INDEX_FIELD_NAME
This constant is the name of the index field. |
protected long |
longIndex
This field can be the index. |
protected java.lang.Object |
objectIndex
This field can be the index. |
protected byte |
status
This field represents the satus of the PIndexedEleme. |
| Fields inherited from interface org.objectweb.jorm.api.PIndexedElem |
ELEM_CREATED, ELEM_DELETED, ELEM_MODIFIED, ELEM_UNMODIFIED |
| Constructor Summary | |
CollectionElem()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
boolean |
getBooleanValue()
|
byte |
getByteValue()
|
char |
getCharValue()
|
java.util.Date |
getDateValue()
|
double |
getDoubleValue()
|
byte |
getElemStatus()
It yields the status of this indexed element. |
float |
getFloatValue()
|
int |
getIntValue()
|
long |
getLongValue()
|
java.lang.Object |
getRefValue(java.lang.Object conn)
|
java.io.Serializable |
getSerializedValue()
|
short |
getShortValue()
|
java.lang.String |
getStringValue()
|
boolean |
pieGetBooleanElem()
It retrieves the value of a boolean element. |
byte[] |
pieGetByteArrayElem()
It retrieves the value of a bytearray element. |
byte |
pieGetByteElem()
It retrieves the value of a byte element. |
byte |
pieGetByteIndexField(java.lang.String fn)
It retrieves the value of a byte index field. |
char[] |
pieGetCharArrayElem()
It retrieves the value of a chararray element. |
char |
pieGetCharElem()
It retrieves the value of a char element. |
char |
pieGetCharIndexField(java.lang.String fn)
It retrieves the value of a char index field. |
java.util.Date |
pieGetDateElem()
It retrieves the value of a date element. |
java.util.Date |
pieGetDateIndexField(java.lang.String fn)
It retrieves the value of a date index field. |
double |
pieGetDoubleElem()
It retrieves the value of a double element. |
float |
pieGetFloatElem()
It retrieves the value of a float element. |
int |
pieGetIntElem()
It retrieves the value of an int element. |
int |
pieGetIntIndexField(java.lang.String fn)
It retrieves the value of an int index field. |
long |
pieGetLongElem()
It retrieves the value of a long element. |
long |
pieGetLongIndexField(java.lang.String fn)
It retrieves the value of a long index field. |
java.lang.Boolean |
pieGetObooleanElem()
It retrieves the value of a boolean element. |
java.lang.Byte |
pieGetObyteElem()
It retrieves the value of a byte element. |
java.lang.Byte |
pieGetObyteIndexField(java.lang.String fn)
It retrieves the value of a byte index field. |
java.lang.Character |
pieGetOcharElem()
It retrieves the value of a char element. |
java.lang.Character |
pieGetOcharIndexField(java.lang.String fn)
It retrieves the value of a char index field. |
java.lang.Double |
pieGetOdoubleElem()
It retrieves the value of a double element. |
java.lang.Float |
pieGetOfloatElem()
It retrieves the value of a float element. |
java.lang.Integer |
pieGetOintElem()
It retrieves the value of an int element. |
java.lang.Integer |
pieGetOintIndexField(java.lang.String fn)
It retrieves the value of an int index field. |
java.lang.Long |
pieGetOlongElem()
It retrieves the value of a long element. |
java.lang.Long |
pieGetOlongIndexField(java.lang.String fn)
It retrieves the value of a long index field. |
java.lang.Short |
pieGetOshortElem()
It retrieves the value of a short element. |
java.lang.Short |
pieGetOshortIndexField(java.lang.String fn)
It retrieves the value of a short index field. |
java.lang.Object |
pieGetRefElem()
It retrieves the value of a reference element. |
java.io.Serializable |
pieGetSerializedElem()
It retrieves the value of a serialized element. |
short |
pieGetShortElem()
It retrieves the value of a short element. |
short |
pieGetShortIndexField(java.lang.String fn)
It retrieves the value of a short index field. |
java.lang.String |
pieGetStringElem()
It retrieves the value of a string element. |
java.lang.String |
pieGetStringIndexField(java.lang.String fn)
It retrieves the value of a string index field. |
void |
pieSetBooleanElem(boolean value)
It assigns the value to a boolean element. |
void |
pieSetByteArrayElem(byte[] value)
It assigns the value to a bytearray element. |
void |
pieSetByteElem(byte value)
It assigns the value to a byte element. |
void |
pieSetByteIndexField(java.lang.String fn,
byte value)
It assigns the value to a byte index field. |
void |
pieSetCharArrayElem(char[] value)
It assigns the value to a chararray element. |
void |
pieSetCharElem(char value)
It assigns the value to a char element. |
void |
pieSetCharIndexField(java.lang.String fn,
char value)
It assigns the value to a char index field. |
void |
pieSetDateElem(java.util.Date value)
It assigns the value to a date element. |
void |
pieSetDateIndexField(java.lang.String fn,
java.util.Date value)
It assigns the value to a date index field. |
void |
pieSetDoubleElem(double value)
It assigns the value to a double element. |
void |
pieSetFloatElem(float value)
It assigns the value to a float element. |
void |
pieSetIntElem(int value)
It assigns the value to an int element. |
void |
pieSetIntIndexField(java.lang.String fn,
int value)
It assigns the value to an int index field. |
void |
pieSetLongElem(long value)
It assigns the value to a long element. |
void |
pieSetLongIndexField(java.lang.String fn,
long value)
It assigns the value to a long index field. |
void |
pieSetObooleanElem(java.lang.Boolean value)
It assigns the value to a boolean element. |
void |
pieSetObyteElem(java.lang.Byte value)
It assigns the value to a Byte element. |
void |
pieSetObyteIndexField(java.lang.String fn,
java.lang.Byte value)
It assigns the value to a Byte index field. |
void |
pieSetOcharElem(java.lang.Character value)
It assigns the value to a Character element. |
void |
pieSetOcharIndexField(java.lang.String fn,
java.lang.Character value)
It assigns the value to a Character index field. |
void |
pieSetOdoubleElem(java.lang.Double value)
It assigns the value to a Double element. |
void |
pieSetOfloatElem(java.lang.Float value)
It assigns the value to a Float element. |
void |
pieSetOintElem(java.lang.Integer value)
It assigns the value to an Integer element. |
void |
pieSetOintIndexField(java.lang.String fn,
java.lang.Integer value)
It assigns the value to an Integer index field. |
void |
pieSetOlongElem(java.lang.Long value)
It assigns the value to a Long element. |
void |
pieSetOlongIndexField(java.lang.String fn,
java.lang.Long value)
It assigns the value to a Long index field. |
void |
pieSetOshortElem(java.lang.Short value)
It assigns the value to a Short element. |
void |
pieSetOshortIndexField(java.lang.String fn,
java.lang.Short value)
It assigns the value to a Short index field. |
void |
pieSetRefElem(java.lang.Object value)
It assigns the value to a reference element. |
void |
pieSetSerializedElem(java.io.Serializable value)
It assigns the value to a serialized element. |
void |
pieSetShortElem(short value)
It assigns the value to a short element. |
void |
pieSetShortIndexField(java.lang.String fn,
short value)
It assigns the value to a short index field. |
void |
pieSetStringElem(java.lang.String value)
It assigns the value to a string element. |
void |
pieSetStringIndexField(java.lang.String fn,
java.lang.String value)
It assigns the value to a string index field. |
void |
setStatus(byte s)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.jorm.api.PIndexedElem |
pieGetBigDecimalElem, pieSetBigDecimalElem |
| Field Detail |
public static final java.lang.String ERROR_MESSAGE_ONLY_OBJECTS
public static final java.lang.String ERROR_MESSAGE_BAD_FIELD_NAME
public static final java.lang.String ERROR_MESSAGE_NO_NULL_INDEX
public static final java.lang.String INDEX_FIELD_NAME
protected java.lang.Object element
protected char charIndex
protected long longIndex
protected double doubleIndex
protected java.lang.Object objectIndex
protected byte status
| Constructor Detail |
public CollectionElem()
| Method Detail |
public void setStatus(byte s)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic byte getElemStatus()
PIndexedElemgetElemStatus in interface PIndexedElem
public java.lang.String pieGetStringElem()
throws PExceptionTyping
PIndexedElempieGetStringElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.util.Date pieGetDateElem()
throws PExceptionTyping
PIndexedElempieGetDateElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public char[] pieGetCharArrayElem()
throws PExceptionTyping
PIndexedElempieGetCharArrayElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public byte[] pieGetByteArrayElem()
throws PExceptionTyping
PIndexedElempieGetByteArrayElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.io.Serializable pieGetSerializedElem()
throws PExceptionTyping
PIndexedElempieGetSerializedElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Object pieGetRefElem()
throws PExceptionTyping
PIndexedElempieGetRefElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public void pieSetStringElem(java.lang.String value)
throws PExceptionTyping
PIndexedElempieSetStringElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The java.lang.String value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetDateElem(java.util.Date value)
throws PExceptionTyping
PIndexedElempieSetDateElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The java.sql.Date value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetCharArrayElem(char[] value)
throws PExceptionTyping
PIndexedElempieSetCharArrayElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The char[] value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetByteArrayElem(byte[] value)
throws PExceptionTyping
PIndexedElempieSetByteArrayElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The byte[] value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetSerializedElem(java.io.Serializable value)
throws PExceptionTyping
PIndexedElempieSetSerializedElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The java.io.Serializable value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetRefElem(java.lang.Object value)
throws PExceptionTyping
PIndexedElempieSetRefElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The reference value to assign.PExceptionTyping - Elements are not of this type.
public boolean pieGetBooleanElem()
throws PExceptionTyping
PIndexedElempieGetBooleanElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Boolean pieGetObooleanElem()
throws PExceptionTyping
PIndexedElempieGetObooleanElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public byte pieGetByteElem()
throws PExceptionTyping
PIndexedElempieGetByteElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Byte pieGetObyteElem()
throws PExceptionTyping
PIndexedElempieGetObyteElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public char pieGetCharElem()
throws PExceptionTyping
PIndexedElempieGetCharElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Character pieGetOcharElem()
throws PExceptionTyping
PIndexedElempieGetOcharElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public short pieGetShortElem()
throws PExceptionTyping
PIndexedElempieGetShortElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Short pieGetOshortElem()
throws PExceptionTyping
PIndexedElempieGetOshortElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public int pieGetIntElem()
throws PExceptionTyping
PIndexedElempieGetIntElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Integer pieGetOintElem()
throws PExceptionTyping
PIndexedElempieGetOintElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public long pieGetLongElem()
throws PExceptionTyping
PIndexedElempieGetLongElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Long pieGetOlongElem()
throws PExceptionTyping
PIndexedElempieGetOlongElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public float pieGetFloatElem()
throws PExceptionTyping
PIndexedElempieGetFloatElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Float pieGetOfloatElem()
throws PExceptionTyping
PIndexedElempieGetOfloatElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public double pieGetDoubleElem()
throws PExceptionTyping
PIndexedElempieGetDoubleElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public java.lang.Double pieGetOdoubleElem()
throws PExceptionTyping
PIndexedElempieGetOdoubleElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemPExceptionTyping - Elements are not of this type.
public void pieSetBooleanElem(boolean value)
throws PExceptionTyping
PIndexedElempieSetBooleanElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The boolean value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetObooleanElem(java.lang.Boolean value)
throws PExceptionTyping
PIndexedElempieSetObooleanElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Boolean value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetByteElem(byte value)
throws PExceptionTyping
PIndexedElempieSetByteElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The byte value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetObyteElem(java.lang.Byte value)
throws PExceptionTyping
PIndexedElempieSetObyteElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Byte value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetCharElem(char value)
throws PExceptionTyping
PIndexedElempieSetCharElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The char value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetOcharElem(java.lang.Character value)
throws PExceptionTyping
PIndexedElempieSetOcharElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Character value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetShortElem(short value)
throws PExceptionTyping
PIndexedElempieSetShortElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The short value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetOshortElem(java.lang.Short value)
throws PExceptionTyping
PIndexedElempieSetOshortElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Short value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetIntElem(int value)
throws PExceptionTyping
PIndexedElempieSetIntElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The int value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetOintElem(java.lang.Integer value)
throws PExceptionTyping
PIndexedElempieSetOintElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Integer value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetLongElem(long value)
throws PExceptionTyping
PIndexedElempieSetLongElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The long value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetOlongElem(java.lang.Long value)
throws PExceptionTyping
PIndexedElempieSetOlongElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Long value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetFloatElem(float value)
throws PExceptionTyping
PIndexedElempieSetFloatElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The float value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetOfloatElem(java.lang.Float value)
throws PExceptionTyping
PIndexedElempieSetOfloatElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Float value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetDoubleElem(double value)
throws PExceptionTyping
PIndexedElempieSetDoubleElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The double value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetOdoubleElem(java.lang.Double value)
throws PExceptionTyping
PIndexedElempieSetOdoubleElem in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemvalue - The Double value to assign.PExceptionTyping - Elements are not of this type.
public void pieSetByteIndexField(java.lang.String fn,
byte value)
throws PExceptionTyping
PIndexedElempieSetByteIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The byte value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetObyteIndexField(java.lang.String fn,
java.lang.Byte value)
throws PExceptionTyping
PIndexedElempieSetObyteIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The Byte value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetCharIndexField(java.lang.String fn,
char value)
throws PExceptionTyping
PIndexedElempieSetCharIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The char value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetOcharIndexField(java.lang.String fn,
java.lang.Character value)
throws PExceptionTyping
PIndexedElempieSetOcharIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The Character value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetShortIndexField(java.lang.String fn,
short value)
throws PExceptionTyping
PIndexedElempieSetShortIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The short value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetOshortIndexField(java.lang.String fn,
java.lang.Short value)
throws PExceptionTyping
PIndexedElempieSetOshortIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The Short value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetIntIndexField(java.lang.String fn,
int value)
throws PExceptionTyping
PIndexedElempieSetIntIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The int value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetOintIndexField(java.lang.String fn,
java.lang.Integer value)
throws PExceptionTyping
PIndexedElempieSetOintIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The Integer value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetLongIndexField(java.lang.String fn,
long value)
throws PExceptionTyping
PIndexedElempieSetLongIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The long value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetOlongIndexField(java.lang.String fn,
java.lang.Long value)
throws PExceptionTyping
PIndexedElempieSetOlongIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The Long value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetStringIndexField(java.lang.String fn,
java.lang.String value)
throws PExceptionTyping
PIndexedElempieSetStringIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The java.lang.String value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public void pieSetDateIndexField(java.lang.String fn,
java.util.Date value)
throws PExceptionTyping
PIndexedElempieSetDateIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the field to be set.value - The java.util.Date value to assign.PExceptionTyping - There is no field with this name and
this type within this index.
public short pieGetShortIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetShortIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public java.lang.Short pieGetOshortIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetOshortIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public long pieGetLongIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetLongIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public java.lang.Long pieGetOlongIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetOlongIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public int pieGetIntIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetIntIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public java.lang.Integer pieGetOintIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetOintIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public java.lang.String pieGetStringIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetStringIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public java.util.Date pieGetDateIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetDateIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public byte pieGetByteIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetByteIndexField in interface PIndexedElemorg.objectweb.jorm.api.PIndexedElemfn - A String containing the name of the index field.PExceptionTyping - There is no field with this name and
this type within this index.
public java.lang.Byte pieGetObyteIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetObyteIndexField in interface P