getElemStatus
public byte getElemStatus()
It yields the status of this indexed element. The status value belongs to
the following ones:
- ELEM_CREATED
- ELEM_DELETED
- ELEM_MODIFIED
- ELEM_UNMODIFIED
pieGetBigDecimalElem
public BigDecimal pieGetBigDecimalElem()
throws PException
It retrieves the value of a BigDecimal element.
- The java.math.BigDecimal value of the field as stored within
the memory instance.
pieGetBigIntegerElem
public BigInteger pieGetBigIntegerElem()
throws PException
It retrieves the value of a BigInteger element.
- The java.math.BigInteger value of the field as stored within
the memory instance.
pieGetBooleanElem
public boolean pieGetBooleanElem()
throws PException
It retrieves the value of a boolean element.
- The boolean value of the field as stored within the memory
instance.
pieGetByteArrayElem
public byte[] pieGetByteArrayElem()
throws PException
It retrieves the value of a bytearray element.
- The byte[] value of the field as stored within the
memory instance.
pieGetByteElem
public byte pieGetByteElem()
throws PException
It retrieves the value of a byte element.
- The byte value of the field as stored within the memory
instance.
pieGetByteIndexField
public byte pieGetByteIndexField(String fn)
throws PException
It retrieves the value of a byte index field.
fn
- A String containing the name of the index field.
- The byte value of the field as stored within the memory
instance.
pieGetCharArrayElem
public char[] pieGetCharArrayElem()
throws PException
It retrieves the value of a chararray element.
- The char[] value of the field as stored within the
memory instance.
pieGetCharElem
public char pieGetCharElem()
throws PException
It retrieves the value of a char element.
- The char value of the field as stored within the memory
instance.
pieGetCharIndexField
public char pieGetCharIndexField(String fn)
throws PException
It retrieves the value of a char index field.
fn
- A String containing the name of the index field.
- The char value of the field as stored within the memory
instance.
pieGetDateElem
public Date pieGetDateElem()
throws PException
It retrieves the value of a date element.
- The java.sql.Date value of the field as stored within the
memory instance.
pieGetDateIndexField
public Date pieGetDateIndexField(String fn)
throws PException
It retrieves the value of a date index field.
fn
- A String containing the name of the index field.
- The java.util.Date value of the field as stored within the
memory instance.
pieGetDoubleElem
public double pieGetDoubleElem()
throws PException
It retrieves the value of a double element.
- The double value of the field as stored within the memory
instance.
pieGetFloatElem
public float pieGetFloatElem()
throws PException
It retrieves the value of a float element.
- The float value of the field as stored within the memory
instance.
pieGetIntElem
public int pieGetIntElem()
throws PException
It retrieves the value of an int element.
- The int value of the field as stored within the memory
instance.
pieGetIntIndexField
public int pieGetIntIndexField(String fn)
throws PException
It retrieves the value of an int index field.
fn
- A String containing the name of the index field.
- The int value of the field as stored within the memory
instance.
pieGetLongElem
public long pieGetLongElem()
throws PException
It retrieves the value of a long element.
- The long value of the field as stored within the memory
instance.
pieGetLongIndexField
public long pieGetLongIndexField(String fn)
throws PException
It retrieves the value of a long index field.
fn
- A String containing the name of the index field.
- The long value of the field as stored within the memory
instance.
pieGetObooleanElem
public Boolean pieGetObooleanElem()
throws PException
It retrieves the value of a boolean element.
- The Boolean value of the field as stored within the memory
instance.
pieGetObyteElem
public Byte pieGetObyteElem()
throws PException
It retrieves the value of a byte element.
- The Byte value of the field as stored within the memory
instance.
pieGetObyteIndexField
public Byte pieGetObyteIndexField(String fn)
throws PException
It retrieves the value of a byte index field.
fn
- A String containing the name of the index field.
- The Byte value of the field as stored within the memory
instance.
pieGetOcharElem
public Character pieGetOcharElem()
throws PException
It retrieves the value of a char element.
- The Character value of the field as stored within the memory
instance.
pieGetOcharIndexField
public Character pieGetOcharIndexField(String fn)
throws PException
It retrieves the value of a char index field.
fn
- A String containing the name of the index field.
- The Character value of the field as stored within the memory
instance.
pieGetOdoubleElem
public Double pieGetOdoubleElem()
throws PException
It retrieves the value of a double element.
- The Double value of the field as stored within the memory
instance.
pieGetOfloatElem
public Float pieGetOfloatElem()
throws PException
It retrieves the value of a float element.
- The Float value of the field as stored within the memory
instance.
pieGetOintElem
public Integer pieGetOintElem()
throws PException
It retrieves the value of an int element.
- The Integer value of the field as stored within the memory
instance.
pieGetOintIndexField
public Integer pieGetOintIndexField(String fn)
throws PException
It retrieves the value of an int index field.
fn
- A String containing the name of the index field.
- The Integer value of the field as stored within the memory
instance.
pieGetOlongElem
public Long pieGetOlongElem()
throws PException
It retrieves the value of a long element.
- The Long value of the field as stored within the memory
instance.
pieGetOlongIndexField
public Long pieGetOlongIndexField(String fn)
throws PException
It retrieves the value of a long index field.
fn
- A String containing the name of the index field.
- The Long value of the field as stored within the memory
instance.
pieGetOshortElem
public Short pieGetOshortElem()
throws PException
It retrieves the value of a short element.
- The Short value of the field as stored within the memory
instance.
pieGetOshortIndexField
public Short pieGetOshortIndexField(String fn)
throws PException
It retrieves the value of a short index field.
fn
- A String containing the name of the index field.
- The Short value of the field as stored within the memory
instance.
pieGetRefElem
public PName pieGetRefElem()
throws PException
It retrieves the value of a reference element.
- The reference value of the field as stored within the memory
instance.
pieGetSerializedElem
public Serializable pieGetSerializedElem()
throws PException
It retrieves the value of a serialized element.
- The java.io.Serializable value of the field as stored within
the memory instance.
pieGetShortElem
public short pieGetShortElem()
throws PException
It retrieves the value of a short element.
- The short value of the field as stored within the memory
instance.
pieGetShortIndexField
public short pieGetShortIndexField(String fn)
throws PException
It retrieves the value of a short index field.
fn
- A String containing the name of the index field.
- The short value of the field as stored within the memory
instance.
pieGetStringElem
public String pieGetStringElem()
throws PException
It retrieves the value of a string element.
- The java.lang.String value of the field as stored within the
memory instance.
pieGetStringIndexField
public String pieGetStringIndexField(String fn)
throws PException
It retrieves the value of a string index field.
fn
- A String containing the name of the index field.
- The java.lang.String value of the field as stored within the
memory instance.
pieSetBigDecimalElem
public void pieSetBigDecimalElem(BigDecimal value)
throws PException
It assigns the value to a BigDecimal element.
value
- The java.math.BigDecimal value to assign.
pieSetBigIntegerElem
public void pieSetBigIntegerElem(BigInteger value)
throws PException
It assigns the value to a BigInteger element.
value
- The java.math.BigInteger value to assign.
pieSetBooleanElem
public void pieSetBooleanElem(boolean value)
throws PException
It assigns the value to a boolean element.
value
- The boolean value to assign.
pieSetByteArrayElem
public void pieSetByteArrayElem(byte[] value)
throws PException
It assigns the value to a bytearray element.
value
- The byte[] value to assign.
pieSetByteElem
public void pieSetByteElem(byte value)
throws PException
It assigns the value to a byte element.
value
- The byte value to assign.
pieSetByteIndexField
public void pieSetByteIndexField(String fn,
byte value)
throws PException
It assigns the value to a byte index field.
fn
- A String containing the name of the field to be set.value
- The byte value to assign.
pieSetCharArrayElem
public void pieSetCharArrayElem(char[] value)
throws PException
It assigns the value to a chararray element.
value
- The char[] value to assign.
pieSetCharElem
public void pieSetCharElem(char value)
throws PException
It assigns the value to a char element.
value
- The char value to assign.
pieSetCharIndexField
public void pieSetCharIndexField(String fn,
char value)
throws PException
It assigns the value to a char index field.
fn
- A String containing the name of the field to be set.value
- The char value to assign.
pieSetDateElem
public void pieSetDateElem(Date value)
throws PException
It assigns the value to a date element.
value
- The java.sql.Date value to assign.
pieSetDateIndexField
public void pieSetDateIndexField(String fn,
Date value)
throws PException
It assigns the value to a date index field.
fn
- A String containing the name of the field to be set.value
- The java.util.Date value to assign.
pieSetDoubleElem
public void pieSetDoubleElem(double value)
throws PException
It assigns the value to a double element.
value
- The double value to assign.
pieSetFloatElem
public void pieSetFloatElem(float value)
throws PException
It assigns the value to a float element.
value
- The float value to assign.
pieSetIntElem
public void pieSetIntElem(int value)
throws PException
It assigns the value to an int element.
value
- The int value to assign.
pieSetIntIndexField
public void pieSetIntIndexField(String fn,
int value)
throws PException
It assigns the value to an int index field.
fn
- A String containing the name of the field to be set.value
- The int value to assign.
pieSetLongElem
public void pieSetLongElem(long value)
throws PException
It assigns the value to a long element.
value
- The long value to assign.
pieSetLongIndexField
public void pieSetLongIndexField(String fn,
long value)
throws PException
It assigns the value to a long index field.
fn
- A String containing the name of the field to be set.value
- The long value to assign.
pieSetObooleanElem
public void pieSetObooleanElem(Boolean value)
throws PException
It assigns the value to a boolean element.
value
- The Boolean value to assign.
pieSetObyteElem
public void pieSetObyteElem(Byte value)
throws PException
It assigns the value to a Byte element.
value
- The Byte value to assign.
pieSetObyteIndexField
public void pieSetObyteIndexField(String fn,
Byte value)
throws PException
It assigns the value to a Byte index field.
fn
- A String containing the name of the field to be set.value
- The Byte value to assign.
pieSetOcharElem
public void pieSetOcharElem(Character value)
throws PException
It assigns the value to a Character element.
value
- The Character value to assign.
pieSetOcharIndexField
public void pieSetOcharIndexField(String fn,
Character value)
throws PException
It assigns the value to a Character index field.
fn
- A String containing the name of the field to be set.value
- The Character value to assign.
pieSetOdoubleElem
public void pieSetOdoubleElem(Double value)
throws PException
It assigns the value to a Double element.
value
- The Double value to assign.
pieSetOfloatElem
public void pieSetOfloatElem(Float value)
throws PException
It assigns the value to a Float element.
value
- The Float value to assign.
pieSetOintElem
public void pieSetOintElem(Integer value)
throws PException
It assigns the value to an Integer element.
value
- The Integer value to assign.
pieSetOintIndexField
public void pieSetOintIndexField(String fn,
Integer value)
throws PException
It assigns the value to an Integer index field.
fn
- A String containing the name of the field to be set.value
- The Integer value to assign.
pieSetOlongElem
public void pieSetOlongElem(Long value)
throws PException
It assigns the value to a Long element.
value
- The Long value to assign.
pieSetOlongIndexField
public void pieSetOlongIndexField(String fn,
Long value)
throws PException
It assigns the value to a Long index field.
fn
- A String containing the name of the field to be set.value
- The Long value to assign.
pieSetOshortElem
public void pieSetOshortElem(Short value)
throws PException
It assigns the value to a Short element.
value
- The Short value to assign.
pieSetOshortIndexField
public void pieSetOshortIndexField(String fn,
Short value)
throws PException
It assigns the value to a Short index field.
fn
- A String containing the name of the field to be set.value
- The Short value to assign.
pieSetRefElem
public void pieSetRefElem(PName value)
throws PException
It assigns the value to a reference element.
value
- The reference value to assign.
pieSetSerializedElem
public void pieSetSerializedElem(Serializable value)
throws PException
It assigns the value to a serialized element.
value
- The java.io.Serializable value to assign.
pieSetShortElem
public void pieSetShortElem(short value)
throws PException
It assigns the value to a short element.
value
- The short value to assign.
pieSetShortIndexField
public void pieSetShortIndexField(String fn,
short value)
throws PException
It assigns the value to a short index field.
fn
- A String containing the name of the field to be set.value
- The short value to assign.
pieSetStringElem
public void pieSetStringElem(String value)
throws PException
It assigns the value to a string element.
value
- The java.lang.String value to assign.
pieSetStringIndexField
public void pieSetStringIndexField(String fn,
String value)
throws PException
It assigns the value to a string index field.
fn
- A String containing the name of the field to be set.value
- The java.lang.String value to assign.