|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReferenceToClass
Interface for classes that represent a reference onto a table.
| Method Summary | |
|---|---|
ClassDecl |
getTargetClass()
Returns the class declaration of the referenced table. |
java.lang.String |
getTargetModule()
Returns the name of the module to which the referenced table belongs. |
java.lang.String |
getTargetName()
Returns the name of the class the pointer (or foreign key) refers to. |
void |
setTargetClass(ClassDecl te)
Sets the class declaration of the referenced table. |
| Method Detail |
|---|
java.lang.String getTargetModule()
getTargetName(),
getTargetClass()java.lang.String getTargetName()
ClassDecl getTargetClass()
class declaration of the referenced table.
setTargetClass(ClassDecl),
getTargetName()void setTargetClass(ClassDecl te)
class declaration of the referenced table.
A call to this method is only necessary if the class declaration has not been passed to the constructor to solve circle problems.
java.lang.IllegalStateException - if target class is already set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||