|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a element of a gen class. It matches to a reference element or a primitive element.
Method Summary | |
java.lang.Object |
getElement()
|
java.lang.Object |
getElement(PersistenceManager pm)
|
java.lang.Object |
getIndex()
|
SpeedoAccessor |
getSpeedoAccessor()
Retrieves the Speedo accessor associated to this gen class element. |
void |
setElement(java.lang.Object element)
Assignes the element of the gen class. |
void |
setIndex(java.lang.Object index)
Assignes the index of the element of the gen class. |
void |
setStatus(byte s)
Assignes the jorm status of the PIndexedElement |
void |
unSwizzle()
|
Method Detail |
public java.lang.Object getIndex()
public void setIndex(java.lang.Object index)
index
- to add, it cannot be null.public java.lang.Object getElement()
public void setElement(java.lang.Object element)
element
- to add, it cannot be null.public java.lang.Object getElement(PersistenceManager pm)
pm
- is the persistence manager which permits to resolve the PName
into a java reference.
public void setStatus(byte s)
s
- the new statuspublic SpeedoAccessor getSpeedoAccessor()
public void unSwizzle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |