|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformationRule
A representation of the model object 'Transformation Rule'.
The following features are supported:
MOFScriptModelPackage.getTransformationRule()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
AccessLevel |
getAccessLevel()
Returns the value of the 'Access Level' attribute. |
MOFScriptParameter |
getContext()
Returns the value of the 'Context' containment reference |
TransformationRule |
getExtends()
Returns the value of the 'Extends' reference |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
MOFScriptTransformation |
getOwner()
Returns the value of the 'Owner' container reference. |
org.eclipse.emf.common.util.EList<MOFScriptParameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list. |
java.lang.String |
getReturn()
Returns the value of the 'Return' attribute. |
boolean |
isIsAbstract()
Returns the value of the 'Is Abstract' attribute |
boolean |
isIsEntryPoint()
Returns the value of the 'Is Entry Point' attribute |
void |
setAccessLevel(AccessLevel value)
Sets the value of the ' Access Level ' attribute |
void |
setContext(MOFScriptParameter value)
Sets the value of the ' Context ' containment reference |
void |
setExtends(TransformationRule value)
Sets the value of the ' Extends ' reference |
void |
setIsAbstract(boolean value)
Sets the value of the ' Is Abstract ' attribute |
void |
setIsEntryPoint(boolean value)
Sets the value of the ' Is Entry Point ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setOwner(MOFScriptTransformation value)
Sets the value of the ' Owner ' container reference |
void |
setReturn(java.lang.String value)
Sets the value of the ' Return ' attribute |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getBlocks, getStatements, getVariables |
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 |
---|
boolean isIsEntryPoint()
If the meaning of the 'Is Entry Point' attribute isn't clear, there really should be more of a description here...
setIsEntryPoint(boolean)
,
MOFScriptModelPackage.getTransformationRule_IsEntryPoint()
void setIsEntryPoint(boolean value)
Is Entry Point
' attribute.
value
- the new value of the 'Is Entry Point' attribute.isIsEntryPoint()
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.getTransformationRule_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getReturn()
""
.
If the meaning of the 'Return' attribute isn't clear, there really should be more of a description here...
setReturn(String)
,
MOFScriptModelPackage.getTransformationRule_Return()
void setReturn(java.lang.String value)
Return
' attribute.
value
- the new value of the 'Return' attribute.getReturn()
MOFScriptTransformation getOwner()
Transformationrules
'.
If the meaning of the 'Owner' container reference isn't clear, there really should be more of a description here...
setOwner(MOFScriptTransformation)
,
MOFScriptModelPackage.getTransformationRule_Owner()
,
MOFScriptTransformation.getTransformationrules()
void setOwner(MOFScriptTransformation value)
Owner
' container reference.
value
- the new value of the 'Owner' container reference.getOwner()
TransformationRule getExtends()
If the meaning of the 'Extends' reference isn't clear, there really should be more of a description here...
setExtends(TransformationRule)
,
MOFScriptModelPackage.getTransformationRule_Extends()
void setExtends(TransformationRule value)
Extends
' reference.
value
- the new value of the 'Extends' reference.getExtends()
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.getTransformationRule_Parameters()
MOFScriptParameter getContext()
If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...
setContext(MOFScriptParameter)
,
MOFScriptModelPackage.getTransformationRule_Context()
void setContext(MOFScriptParameter value)
Context
' containment reference.
value
- the new value of the 'Context' containment reference.getContext()
boolean isIsAbstract()
If the meaning of the 'Is Abstract' attribute isn't clear, there really should be more of a description here...
setIsAbstract(boolean)
,
MOFScriptModelPackage.getTransformationRule_IsAbstract()
void setIsAbstract(boolean value)
Is Abstract
' attribute.
value
- the new value of the 'Is Abstract' attribute.isIsAbstract()
AccessLevel getAccessLevel()
AccessLevel
.
If the meaning of the 'Access Level' attribute isn't clear, there really should be more of a description here...
AccessLevel
,
setAccessLevel(AccessLevel)
,
MOFScriptModelPackage.getTransformationRule_AccessLevel()
void setAccessLevel(AccessLevel value)
Access Level
' attribute.
value
- the new value of the 'Access Level' attribute.AccessLevel
,
getAccessLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |