org.openware.job.generator.metadata
Class MDMRelationship
java.lang.Object
|
+--org.openware.job.generator.metadata.MetaElement
|
+--org.openware.job.generator.metadata.MDMRelationship
- All Implemented Interfaces:
- java.io.Serializable
- public class MDMRelationship
- extends MetaElement
Relationship in the MDM metadata model.
- Version:
- $Revision: 1.3 $ $Date: 2001/03/21 03:47:46 $
- Author:
- Vincent Sheffer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDMRelationship
public MDMRelationship()
setEndPoint
public void setEndPoint(MDMEndPoint endpoint,
int index)
getEndPoint
public MDMEndPoint getEndPoint(int index)
getOtherEnd
public MDMEndPoint getOtherEnd(MDMEndPoint ep)
isManyToMany
public boolean isManyToMany()
- A many-to-many relationship is specified by making the
cardinality of both endpoints greater than 1.
getEndsAsString
public java.lang.String getEndsAsString()
Copyright © 2000,2001 Openware. All Rights Reserved.