org.eclipse.gmf.codegen.gmfgen
Interface GenTemplateInvocation

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

public interface GenTemplateInvocation
extends GenTemplateInvocationBase

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

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<GenCustomTemplateInput> getInputs()
          Returns the value of the 'Inputs' reference list.
 String getOclExpression()
          Returns the value of the 'Ocl Expression' attribute.
 void setOclExpression(String value)
          Sets the value of the 'Ocl Expression' attribute.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenTemplateInvocationBase
getDescription, getExtension, getTemplateFqn, setDescription, setTemplateFqn
 
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

getInputs

org.eclipse.emf.common.util.EList<GenCustomTemplateInput> getInputs()
Returns the value of the 'Inputs' reference list. The list contents are of type GenCustomTemplateInput. Set of referenced inputs for this invocation,

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

getOclExpression

String getOclExpression()
Returns the value of the 'Ocl Expression' attribute. OCL expression to be executed against the set of other inputs to compute the inputs for template

Returns:
the value of the 'Ocl Expression' attribute.
See Also:
setOclExpression(String), GMFGenPackage.getGenTemplateInvocation_OclExpression()
Generated
Model Properties:

setOclExpression

void setOclExpression(String value)
Sets the value of the 'Ocl Expression' attribute.

Parameters:
value - the new value of the 'Ocl Expression' attribute.
See Also:
getOclExpression()
Generated


Copyright © 2012. All Rights Reserved.