public interface MOFScriptTransformation
A representation of the model object 'MOF Script Transformation'.
The following features are supported:
MOFScriptModelPackage.getMOFScriptTransformation()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getConstants()
Returns the value of the 'Constants' containment reference list. |
MOFScriptTransformation |
getExtends()
Returns the value of the 'Extends' reference |
java.lang.String |
getExtendsName()
Returns the value of the 'Extends Name' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
org.eclipse.emf.common.util.EList |
getParameters()
Returns the value of the 'Parameters' containment reference list. |
org.eclipse.emf.common.util.EList |
getTransformationrules()
Returns the value of the 'Transformationrules' containment reference list. |
org.eclipse.emf.common.util.EList |
getVariables()
Returns the value of the 'Variables' containment reference list. |
void |
setExtends(MOFScriptTransformation value)
Sets the value of the ' Extends ' reference |
void |
setExtendsName(java.lang.String value)
Sets the value of the ' Extends Name ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
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 |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MOFScriptModelPackage.getMOFScriptTransformation_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList getVariables()
VariableDeclaration
.
If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptTransformation_Variables()
org.eclipse.emf.common.util.EList getConstants()
VariableDeclaration
.
If the meaning of the 'Constants' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptTransformation_Constants()
org.eclipse.emf.common.util.EList getParameters()
MOFScriptParameter
.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptTransformation_Parameters()
org.eclipse.emf.common.util.EList getTransformationrules()
TransformationRule
.
It is bidirectional and its opposite is 'Owner
'.
If the meaning of the 'Transformationrules' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptTransformation_Transformationrules()
,
TransformationRule.getOwner()
java.lang.String getExtendsName()
If the meaning of the 'Extends Name' attribute isn't clear, there really should be more of a description here...
setExtendsName(String)
,
MOFScriptModelPackage.getMOFScriptTransformation_ExtendsName()
void setExtendsName(java.lang.String value)
Extends Name
' attribute.
value
- the new value of the 'Extends Name' attribute.getExtendsName()
MOFScriptTransformation getExtends()
If the meaning of the 'Extends' attribute isn't clear, there really should be more of a description here...
setExtends(MOFScriptTransformation)
,
MOFScriptModelPackage.getMOFScriptTransformation_Extends()
void setExtends(MOFScriptTransformation value)
Extends
' reference.
value
- the new value of the 'Extends' reference.getExtends()