|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MOFScriptTransformation
A representation of the model object 'MOF Script Transformation'.
The following features are supported:
MOFScriptModelPackage.getMOFScriptTransformation()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<VariableDeclaration> |
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<MOFScriptParameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list. |
org.eclipse.emf.common.util.EList<TransformationRule> |
getTransformationrules()
Returns the value of the 'Transformationrules' containment reference list. |
org.eclipse.emf.common.util.EList<VariableDeclaration> |
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.eclipse.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 |
Field Detail |
---|
static final java.lang.String copyright
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<VariableDeclaration> 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<VariableDeclaration> 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<MOFScriptParameter> 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()
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' reference 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()
org.eclipse.emf.common.util.EList<TransformationRule> 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |