uk.ac.ucl.cs.uml.jmi.impl.BehavioralElements.Actions.ActionFoundation
Class Procedure_Impl

java.lang.Object
  extended by uk.ac.ucl.cs.emofocl.jmi.reflect.RefBaseObjectImpl
      extended by uk.ac.ucl.cs.emofocl.jmi.reflect.RefFeaturedImpl
          extended by uk.ac.ucl.cs.emofocl.jmi.reflect.RefObjectImpl
              extended by uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObjectImpl
                  extended by uk.ac.ucl.cs.uml.jmi.impl.BehavioralElements.Actions.ActionFoundation.Procedure_Impl
All Implemented Interfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, ExtObject, Procedure

public class Procedure_Impl
extends ExtObjectImpl
implements Procedure

Instance implementation for type Procedure


Nested Class Summary
 
Nested classes/interfaces inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefFeaturedImpl
RefFeaturedImpl.Getter, RefFeaturedImpl.Setter
 
Field Summary
 
Fields inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefObjectImpl
DELEGATOR, MOF_ID, PROXY
 
Fields inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefBaseObjectImpl
IMMEDIATE_PACKAGE, META_OBJECT
 
Constructor Summary
Procedure_Impl(RefPackageImpl immediatePackage, javax.jmi.reflect.RefObject metaObject, RefClassImpl proxy, javax.jmi.reflect.RefObject delegator)
           
 
Method Summary
 ExtObject extDeepCopy(Map objectMap)
           
 boolean extEquals(ExtObject extObject)
           
 int extValueHash()
           
 Object extVisit(ExtVisitor visitor, Object argument)
           
 Action getAction()
           
 List getArgument()
           
 String getBody()
           
 boolean getIsList()
           
 String getLanguage()
           
 List getResult()
           
 void refDelete()
          Removes all references to this object, and calls superclass proxies to do the same.
 Object refGetValue(String featureName)
           
 Object refInvokeOperation(String requestedOperation, List args)
          Not implemented.
 void refSetValue(String featureName, Object value)
           
 Collection refVerifyConstraints(boolean deepVerify)
           
 void setAction(Action newValue)
          Setter for atomic property action)
 void setBody(String newValue)
          Setter for atomic property body)
 void setIsList(boolean newValue)
          Setter for atomic property isList)
 void setLanguage(String newValue)
          Setter for atomic property language)
 String toString()
           
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObjectImpl
componentEquals, extAddObjectListener, extDeepCopy, extRemoveObjectListener, extSetImmediateComposite, firePropertyValueAdded, firePropertyValueChanged, firePropertyValueRemoved, javaEquals, javaEquals, javaEquals, javaEquals, javaEquals, javaEquals, refImmediateComposite
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefObjectImpl
refClass, refIsInstanceOf, refMofId, refOutermostComposite
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefFeaturedImpl
refGetValue, refInvokeOperation, refSetValue
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.RefBaseObjectImpl
refImmediatePackage, refMetaObject, refOutermostPackage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extRemoveObjectListener
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage
 

Constructor Detail

Procedure_Impl

public Procedure_Impl(RefPackageImpl immediatePackage,
                      javax.jmi.reflect.RefObject metaObject,
                      RefClassImpl proxy,
                      javax.jmi.reflect.RefObject delegator)
Method Detail

refGetValue

public Object refGetValue(String featureName)
Specified by:
refGetValue in interface javax.jmi.reflect.RefFeatured

refSetValue

public void refSetValue(String featureName,
                        Object value)
Specified by:
refSetValue in interface javax.jmi.reflect.RefFeatured

refInvokeOperation

public Object refInvokeOperation(String requestedOperation,
                                 List args)
                          throws javax.jmi.reflect.RefException
Not implemented.

Specified by:
refInvokeOperation in interface javax.jmi.reflect.RefFeatured
Throws:
javax.jmi.reflect.RefException

refDelete

public void refDelete()
Removes all references to this object, and calls superclass proxies to do the same.

Specified by:
refDelete in interface javax.jmi.reflect.RefObject
Overrides:
refDelete in class RefObjectImpl

refVerifyConstraints

public Collection refVerifyConstraints(boolean deepVerify)
Specified by:
refVerifyConstraints in interface javax.jmi.reflect.RefBaseObject

getBody

public String getBody()
               throws javax.jmi.reflect.JmiException
Specified by:
getBody in interface Procedure
Throws:
javax.jmi.reflect.JmiException

setBody

public void setBody(String newValue)
             throws javax.jmi.reflect.JmiException
Description copied from interface: Procedure
Setter for atomic property body)

Specified by:
setBody in interface Procedure
Throws:
javax.jmi.reflect.JmiException

getLanguage

public String getLanguage()
                   throws javax.jmi.reflect.JmiException
Specified by:
getLanguage in interface Procedure
Throws:
javax.jmi.reflect.JmiException

setLanguage

public void setLanguage(String newValue)
                 throws javax.jmi.reflect.JmiException
Description copied from interface: Procedure
Setter for atomic property language)

Specified by:
setLanguage in interface Procedure
Throws:
javax.jmi.reflect.JmiException

getIsList

public boolean getIsList()
                  throws javax.jmi.reflect.JmiException
Specified by:
getIsList in interface Procedure
Throws:
javax.jmi.reflect.JmiException

setIsList

public void setIsList(boolean newValue)
               throws javax.jmi.reflect.JmiException
Description copied from interface: Procedure
Setter for atomic property isList)

Specified by:
setIsList in interface Procedure
Throws:
javax.jmi.reflect.JmiException

getAction

public Action getAction()
                 throws javax.jmi.reflect.JmiException
Specified by:
getAction in interface Procedure
Throws:
javax.jmi.reflect.JmiException

setAction

public void setAction(Action newValue)
               throws javax.jmi.reflect.JmiException
Description copied from interface: Procedure
Setter for atomic property action)

Specified by:
setAction in interface Procedure
Throws:
javax.jmi.reflect.JmiException

getArgument

public List getArgument()
                 throws javax.jmi.reflect.JmiException
Specified by:
getArgument in interface Procedure
Throws:
javax.jmi.reflect.JmiException

getResult

public List getResult()
               throws javax.jmi.reflect.JmiException
Specified by:
getResult in interface Procedure
Throws:
javax.jmi.reflect.JmiException

extDeepCopy

public ExtObject extDeepCopy(Map objectMap)
Specified by:
extDeepCopy in interface ExtObject

extValueHash

public int extValueHash()
Specified by:
extValueHash in interface ExtObject

extEquals

public boolean extEquals(ExtObject extObject)
Specified by:
extEquals in interface ExtObject

extVisit

public Object extVisit(ExtVisitor visitor,
                       Object argument)
                throws Exception
Specified by:
extVisit in interface ExtObject
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object