|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
setClassPNameCoder(PNameCoder pnc)
It assigns the PNameCoder to use for the class. |
void |
setGenClassMapping(PClassMapping pcm)
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM gen class. |
void |
setGenClassMapping(java.lang.String fn,
PClassMapping pcm)
It assigns the GenClassMapping used to manage the reference hold by a field whose type is a JORM class. |
void |
setPNameCoder(PNameCoder pnc)
It assigns the PNameCoder used to manage the references hold by a generic class instance whose mapping is described by this PClassMapping. |
void |
setPNameCoder(java.lang.String fn,
PNameCoder pnc)
It assigns the PNameCoder used to manage the reference hold by a field whose type is a JORM class. |
void |
setProjectName(java.lang.String projectname)
Assignes the project name to a PClassMapping. |
Method Detail |
public void setPNameCoder(PNameCoder pnc) throws PException, java.lang.UnsupportedOperationException
pnc
- The PNameCoder to be associated to this generic class
PClassMapping for managing its reference elements.
PExceptionTyping
- It is raised when the structure of the
the names that reference the DSI stored
within the generic class instance is not
supported by this naming context.
java.lang.UnsupportedOperationException
- It is raised when this
PClassMapping does not map
a generic class instance, or
when the elements of this
generic class instance are
not references.
PException
public void setPNameCoder(java.lang.String fn, PNameCoder pnc) throws PException, java.lang.UnsupportedOperationException
fn
- The name of the involved field.pnc
- The PNameCoder to be associated to this field for
managing the reference it may hold.
PExceptionTyping
- It is raised when the structure of the
the names that reference the DSI stored
within the generic class instance is not
supported by this naming context.
java.lang.UnsupportedOperationException
- It is raised when no naming
context is associated to
the corresponding field.
PException
public void setClassPNameCoder(PNameCoder pnc) throws PException
PException
public void setGenClassMapping(PClassMapping pcm) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
public void setGenClassMapping(java.lang.String fn, PClassMapping pcm) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
public void setProjectName(java.lang.String projectname)
projectname
- to be assigned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |