org.hl7.meta.mif
Class ChoiceAssociationAdapter

java.lang.Object
  extended by org.hl7.meta.mif.FeatureAdapter
      extended by org.hl7.meta.mif.AssociationAdapter
          extended by org.hl7.meta.mif.ChoiceAssociationAdapter
All Implemented Interfaces:
java.lang.Cloneable, Association, ChoiceAssociation, Feature, Metadata

public class ChoiceAssociationAdapter
extends AssociationAdapter
implements ChoiceAssociation

Author:
Peter Hendler, Gunther Schadow

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.util.Iterator<Association> iterateChoices()
          Returns the iterator of choices contained in choice association.
 
Methods inherited from class org.hl7.meta.mif.AssociationAdapter
getCardinality, getConformance, getConstraint, getMetSource, getName, getPropertyName, getRimClass, getRimPropertyName, getTarget, isMandatory, isReference, setReference, setupTarget, 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

iterateChoices

public java.util.Iterator<Association> iterateChoices()
Description copied from interface: ChoiceAssociation
Returns the iterator of choices contained in choice association.

Specified by:
iterateChoices in interface ChoiceAssociation
Returns:
the iterator of choices