org.eclipse.gmf.codegen.gmfgen
Interface LinkModelFacet

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelFacet, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
FeatureLinkModelFacet, TypeLinkModelFacet
All Known Implementing Classes:
FeatureLinkModelFacetImpl, TypeLinkModelFacetImpl

public interface LinkModelFacet
extends ModelFacet

A representation of the model object 'Link Model Facet'. Model facet of links

See Also:
GMFGenPackage.getLinkModelFacet()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantSourceTypes()
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantTargetTypes()
           
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getSourceType()
           
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getTargetType()
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSourceType

org.eclipse.emf.codegen.ecore.genmodel.GenClass getSourceType()

Generated
Model Properties:
kind="operation"

getTargetType

org.eclipse.emf.codegen.ecore.genmodel.GenClass getTargetType()

Generated
Model Properties:
kind="operation"

getAssistantSourceTypes

org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantSourceTypes()

Generated
Model Properties:
kind="operation"

getAssistantTargetTypes

org.eclipse.emf.common.util.EList<org.eclipse.emf.codegen.ecore.genmodel.GenClass> getAssistantTargetTypes()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.