org.hl7.meta.mif
Class CmetAssociationAdapter

java.lang.Object
  extended by org.hl7.meta.mif.FeatureAdapter
      extended by org.hl7.meta.mif.AssociationAdapter
          extended by org.hl7.meta.mif.CmetAssociationAdapter
All Implemented Interfaces:
java.lang.Cloneable, Association, CmetAssociation, Feature, Metadata
Direct Known Subclasses:
CmetChoiceAssociationAdapter

public class CmetAssociationAdapter
extends AssociationAdapter
implements CmetAssociation

Author:
Gunther Schadow FIXME: to be deleted along with its interface!!! We need it for getting the Cmet Id

Field Summary
 
Fields inherited from class org.hl7.meta.mif.AssociationAdapter
_mifThing, _target, isReference
 
Fields inherited from class org.hl7.meta.mif.FeatureAdapter
_inheritanceDegree, _owner
 
Method Summary
 java.lang.String getCmetId()
          Returns the far end CMET ID; for example, COCT_MT010101.
protected  void setupTarget()
           
 
Methods inherited from class org.hl7.meta.mif.AssociationAdapter
getCardinality, getConformance, getConstraint, getMetSource, getName, getPropertyName, getRimClass, getRimPropertyName, getTarget, isMandatory, isReference, setReference, toString
 
Methods inherited from class org.hl7.meta.mif.FeatureAdapter
getParent, getSortKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hl7.meta.Association
getMetSource, getPropertyName, getTarget, isReference
 
Methods inherited from interface org.hl7.meta.Feature
getCardinality, getConformance, getConstraint, getName, getParent, getRimClass, getRimPropertyName, getSortKey, isMandatory
 

Method Detail

getCmetId

public java.lang.String getCmetId()
Description copied from interface: CmetAssociation
Returns the far end CMET ID; for example, COCT_MT010101.

Specified by:
getCmetId in interface CmetAssociation
Returns:
the CMET ID

setupTarget

protected void setupTarget()
                    throws LoaderException
Overrides:
setupTarget in class AssociationAdapter
Throws:
LoaderException