|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.mofscript.MOFScriptModel.impl.MOFScriptObjectImpl
org.eclipse.mofscript.MOFScriptModel.impl.MOFScriptStatementOwnerImpl
org.eclipse.mofscript.MOFScriptModel.impl.TransformationRuleImpl
public class TransformationRuleImpl
An implementation of the model object 'Transformation Rule'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
ELAST_EOBJECT_FLAG |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Method Summary | |
---|---|
TransformationRule |
basicGetExtends()
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetContext(MOFScriptParameter newContext,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetOwner(MOFScriptTransformation newOwner,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
AccessLevel |
getAccessLevel()
|
MOFScriptParameter |
getContext()
|
TransformationRule |
getExtends()
|
java.lang.String |
getName()
|
MOFScriptTransformation |
getOwner()
|
org.eclipse.emf.common.util.EList |
getParameters()
|
java.lang.String |
getReturn()
|
boolean |
isIsAbstract()
|
boolean |
isIsEntryPoint()
|
void |
setAccessLevel(AccessLevel newAccessLevel)
|
void |
setContext(MOFScriptParameter newContext)
|
void |
setExtends(TransformationRule newExtends)
|
void |
setIsAbstract(boolean newIsAbstract)
|
void |
setIsEntryPoint(boolean newIsEntryPoint)
|
void |
setName(java.lang.String newName)
|
void |
setOwner(MOFScriptTransformation newOwner)
|
void |
setReturn(java.lang.String newReturn)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.mofscript.MOFScriptModel.impl.MOFScriptStatementOwnerImpl |
---|
getBlocks, getStatements, getVariables |
Methods inherited from class org.eclipse.mofscript.MOFScriptModel.impl.MOFScriptObjectImpl |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Method Detail |
---|
public boolean isIsEntryPoint()
isIsEntryPoint
in interface TransformationRule
TransformationRule.setIsEntryPoint(boolean)
,
MOFScriptModelPackage.getTransformationRule_IsEntryPoint()
public void setIsEntryPoint(boolean newIsEntryPoint)
setIsEntryPoint
in interface TransformationRule
newIsEntryPoint
- the new value of the 'Is Entry Point' attribute.TransformationRule.isIsEntryPoint()
public java.lang.String getName()
getName
in interface TransformationRule
TransformationRule.setName(String)
,
MOFScriptModelPackage.getTransformationRule_Name()
public void setName(java.lang.String newName)
setName
in interface TransformationRule
newName
- the new value of the 'Name' attribute.TransformationRule.getName()
public java.lang.String getReturn()
getReturn
in interface TransformationRule
TransformationRule.setReturn(String)
,
MOFScriptModelPackage.getTransformationRule_Return()
public void setReturn(java.lang.String newReturn)
setReturn
in interface TransformationRule
newReturn
- the new value of the 'Return' attribute.TransformationRule.getReturn()
public MOFScriptTransformation getOwner()
getOwner
in interface TransformationRule
TransformationRule.setOwner(MOFScriptTransformation)
,
MOFScriptModelPackage.getTransformationRule_Owner()
,
MOFScriptTransformation.getTransformationrules()
public org.eclipse.emf.common.notify.NotificationChain basicSetOwner(MOFScriptTransformation newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setOwner(MOFScriptTransformation newOwner)
setOwner
in interface TransformationRule
newOwner
- the new value of the 'Owner' container reference.TransformationRule.getOwner()
public TransformationRule getExtends()
getExtends
in interface TransformationRule
TransformationRule.setExtends(TransformationRule)
,
MOFScriptModelPackage.getTransformationRule_Extends()
public TransformationRule basicGetExtends()
public void setExtends(TransformationRule newExtends)
setExtends
in interface TransformationRule
newExtends
- the new value of the 'Extends' reference.TransformationRule.getExtends()
public org.eclipse.emf.common.util.EList getParameters()
getParameters
in interface TransformationRule
MOFScriptModelPackage.getTransformationRule_Parameters()
public MOFScriptParameter getContext()
getContext
in interface TransformationRule
TransformationRule.setContext(MOFScriptParameter)
,
MOFScriptModelPackage.getTransformationRule_Context()
public org.eclipse.emf.common.notify.NotificationChain basicSetContext(MOFScriptParameter newContext, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setContext(MOFScriptParameter newContext)
setContext
in interface TransformationRule
newContext
- the new value of the 'Context' containment reference.TransformationRule.getContext()
public boolean isIsAbstract()
isIsAbstract
in interface TransformationRule
TransformationRule.setIsAbstract(boolean)
,
MOFScriptModelPackage.getTransformationRule_IsAbstract()
public void setIsAbstract(boolean newIsAbstract)
setIsAbstract
in interface TransformationRule
newIsAbstract
- the new value of the 'Is Abstract' attribute.TransformationRule.isIsAbstract()
public AccessLevel getAccessLevel()
getAccessLevel
in interface TransformationRule
AccessLevel
,
TransformationRule.setAccessLevel(AccessLevel)
,
MOFScriptModelPackage.getTransformationRule_AccessLevel()
public void setAccessLevel(AccessLevel newAccessLevel)
setAccessLevel
in interface TransformationRule
newAccessLevel
- the new value of the 'Access Level' attribute.AccessLevel
,
TransformationRule.getAccessLevel()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd
in class MOFScriptStatementOwnerImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class MOFScriptStatementOwnerImpl
public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class MOFScriptStatementOwnerImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class MOFScriptStatementOwnerImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class MOFScriptStatementOwnerImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class MOFScriptStatementOwnerImpl
public java.lang.String toString()
toString
in class MOFScriptObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |