javax.jmi.model
Interface Reference

All Superinterfaces:
Feature, ModelElement, RefBaseObject, RefFeatured, RefObject, StructuralFeature, TypedElement

public interface Reference
extends StructuralFeature


Field Summary
 
Fields inherited from interface javax.jmi.model.ModelElement
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP
 
Method Summary
 AssociationEnd getExposedEnd()
           
 AssociationEnd getReferencedEnd()
           
 void setExposedEnd(AssociationEnd newValue)
           
 void setReferencedEnd(AssociationEnd newValue)
           
 
Methods inherited from interface javax.jmi.model.StructuralFeature
getMultiplicity, isChangeable, setChangeable, setMultiplicity
 
Methods inherited from interface javax.jmi.model.Feature
getScope, getVisibility, setScope, setVisibility
 
Methods inherited from interface javax.jmi.model.ModelElement
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 
Methods inherited from interface javax.jmi.model.TypedElement
getType, setType
 

Method Detail

getExposedEnd

public AssociationEnd getExposedEnd()

setExposedEnd

public void setExposedEnd(AssociationEnd newValue)

getReferencedEnd

public AssociationEnd getReferencedEnd()

setReferencedEnd

public void setReferencedEnd(AssociationEnd newValue)