org.eclipse.gmf.codegen.gmfgen
Interface GenFixedInputsTemplateInvocation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, GenCustomTemplateInput, GenTemplateInvocationBase, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GenFixedInputsTemplateInvocationImpl

public interface GenFixedInputsTemplateInvocation
extends GenTemplateInvocationBase, GenCustomTemplateInput

A representation of the model object 'Gen Fixed Inputs Template Invocation'.

The following features are supported:

See Also:
GMFGenPackage.getGenFixedInputsTemplateInvocation()
Generated
Model Properties:

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getFixedInputs()
          Returns the value of the 'Fixed Inputs' reference list.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenTemplateInvocationBase
getDescription, getExtension, getTemplateFqn, setDescription, setTemplateFqn
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCustomTemplateInput
getOclType, setOclType
 
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

getFixedInputs

org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getFixedInputs()
Returns the value of the 'Fixed Inputs' reference list. The list contents are of type EObject. Predefined set of input elements for template. Due to reconciling it normally makes sense only for local links inside the same extension or for extensions created by custom bridge extension (self.extension.fromCustomBridge = true)

Returns:
the value of the 'Fixed Inputs' reference list.
See Also:
GMFGenPackage.getGenFixedInputsTemplateInvocation_FixedInputs()
Generated
Model Properties:


Copyright © 2012. All Rights Reserved.