|
||||||||||
| 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
|
+--org.objectweb.jorm.facility.meminst.genclass.java.util.SetElem
| Field Summary | |
static java.lang.String |
ERROR_MESSAGE_NO_INDEX
The error message thrown when an accessor method associated to an index is called. |
protected org.objectweb.util.monolog.api.Logger |
logger
|
| Fields inherited from class org.objectweb.jorm.facility.meminst.genclass.java.util.CollectionElem |
charIndex, doubleIndex, element, ERROR_MESSAGE_BAD_FIELD_NAME, ERROR_MESSAGE_NO_NULL_INDEX, ERROR_MESSAGE_ONLY_OBJECTS, INDEX_FIELD_NAME, longIndex, objectIndex, status |
| Fields inherited from interface org.objectweb.jorm.api.PIndexedElem |
ELEM_CREATED, ELEM_DELETED, ELEM_MODIFIED, ELEM_UNMODIFIED |
| Constructor Summary | |
SetElem()
|
|
| Method Summary | |
org.objectweb.util.monolog.api.Logger |
getLogger()
Returns a logger to an component that wants to log things. |
org.objectweb.util.monolog.api.LoggerFactory |
getLoggerFactory()
Returns a logger factory that allows the creation of new loggers. |
byte |
pieGetByteIndexField(java.lang.String fn)
It retrieves the value of a byte index field. |
char |
pieGetCharIndexField(java.lang.String fn)
It retrieves the value of a char index field. |
int |
pieGetIntIndexField(java.lang.String fn)
It retrieves the value of an int index field. |
long |
pieGetLongIndexField(java.lang.String fn)
It retrieves the value of a long index field. |
short |
pieGetShortIndexField(java.lang.String fn)
It retrieves the value of a short index field. |
java.lang.String |
pieGetStringIndexField(java.lang.String fn)
It retrieves the value of a string index field. |
void |
pieSetByteIndexField(java.lang.String fn,
byte value)
It assigns the value to a byte index field. |
void |
pieSetCharIndexField(java.lang.String fn,
char value)
It assigns the value to a char index field. |
void |
pieSetIntIndexField(java.lang.String fn,
int value)
It assigns the value to an int index field. |
void |
pieSetLongIndexField(java.lang.String fn,
long value)
It assigns the value to a long index field. |
void |
pieSetShortIndexField(java.lang.String fn,
short value)
It assigns the value to a short index field. |
void |
pieSetStringIndexField(java.lang.String fn,
java.lang.String value)
It assigns the value to a string index field. |
void |
setLogger(org.objectweb.util.monolog.api.Logger l)
Assigns a logger to an component that wants to log things. |
void |
setLoggerFactory(org.objectweb.util.monolog.api.LoggerFactory loggerfactory)
Assigns a logger factory that allows the creation of new loggers. |
| 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 |
protected org.objectweb.util.monolog.api.Logger logger
public static final java.lang.String ERROR_MESSAGE_NO_INDEX
| Constructor Detail |
public SetElem()
| Method Detail |
public void pieSetByteIndexField(java.lang.String fn,
byte value)
throws PExceptionTyping
PIndexedElempieSetByteIndexField in class CollectionElemorg.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 class CollectionElemorg.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 pieSetShortIndexField(java.lang.String fn,
short value)
throws PExceptionTyping
PIndexedElempieSetShortIndexField in class CollectionElemorg.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 class CollectionElemorg.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 pieSetLongIndexField(java.lang.String fn,
long value)
throws PExceptionTyping
PIndexedElempieSetLongIndexField in class CollectionElemorg.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 class CollectionElemorg.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 short pieGetShortIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetShortIndexField in class CollectionElemorg.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 class CollectionElemorg.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 class CollectionElemorg.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 class CollectionElemorg.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 class CollectionElemorg.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 char pieGetCharIndexField(java.lang.String fn)
throws PExceptionTyping
PIndexedElempieGetCharIndexField in class CollectionElemorg.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 org.objectweb.util.monolog.api.Logger getLogger()
getLogger in interface Loggablelogger - the logger objectpublic org.objectweb.util.monolog.api.LoggerFactory getLoggerFactory()
getLoggerFactory in interface Loggableloggerfactory - the LoggerFactory object to obtain new loggerspublic void setLogger(org.objectweb.util.monolog.api.Logger l)
setLogger in interface Loggablelogger - the logger objectpublic void setLoggerFactory(org.objectweb.util.monolog.api.LoggerFactory loggerfactory)
setLoggerFactory in interface Loggableloggerfactory - the LoggerFactory object to obtain new loggers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||