|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
this class describes an association (link) of a persistable class.
Method Summary | |
java.lang.String |
getClasstype()
Documentation copied from attribute targetClassName the class name of the associated object(s). |
MultiplicityType |
getMultiplicity()
type of association, f.i. |
java.lang.String |
getName()
Documentation copied from attribute linkName the name of the association. |
boolean |
isDependent()
Documentation copied from attribute dependent is true, if this is a dependent association, means this link is only correct, if the link source exists. |
java.lang.String |
toSqlString()
Description of the Method |
Method Detail |
public java.lang.String getName()
the name of the association.
can be used f.i. as columnName of a database table.
public java.lang.String getClasstype()
the class name of the associated object(s).
public MultiplicityType getMultiplicity()
public boolean isDependent()
is true, if this is a dependent association, means this link is only correct, if the link source exists.
public java.lang.String toSqlString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |