|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.persistence.metadata.Element
com.arsdigita.persistence.metadata.ModelElement
com.arsdigita.persistence.metadata.Association
The Association class is used to link together the properties of two object types. When such a link is made there can be data stored along with each link.
Field Summary | |
static String |
versionId
|
Method Summary | |
Property |
getAssociatedProperty(Property prop)
Gets the associated property. |
CompoundType |
getLinkType()
Gets the DataType to be used as a link in this Association. |
Property |
getRoleOne()
Gets the first role property. |
Property |
getRoleTwo()
Gets the second role property. |
Methods inherited from class com.arsdigita.persistence.metadata.ModelElement |
getModel |
Methods inherited from class com.arsdigita.persistence.metadata.Element |
equals, getColumnNumber, getFilename, getLineNumber, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Method Detail |
public CompoundType getLinkType()
public Property getAssociatedProperty(Property prop)
public Property getRoleOne()
public Property getRoleTwo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |