org.eclipse.gmt.umlx.qvtrelation
Interface DomainPattern

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object, Pattern

public interface DomainPattern
extends Pattern

A representation of the model object 'Domain Pattern'.

The following features are supported:

See Also:
QvtrelationPackage.getDomainPattern()

Method Summary
 TemplateExp getTemplateExpression()
          Returns the value of the 'Template Expression' containment reference.
 void setTemplateExpression(TemplateExp value)
          Sets the value of the 'Template Expression' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.qvtbase.Pattern
getBindsTo, getPredicate
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTemplateExpression

TemplateExp getTemplateExpression()
Returns the value of the 'Template Expression' containment reference.

If the meaning of the 'Template Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Template Expression' containment reference.
See Also:
setTemplateExpression(TemplateExp), QvtrelationPackage.getDomainPattern_TemplateExpression()

setTemplateExpression

void setTemplateExpression(TemplateExp value)
Sets the value of the 'Template Expression' containment reference.

Parameters:
value - the new value of the 'Template Expression' containment reference.
See Also:
getTemplateExpression()