MetaBoss

com.metaboss.sdlctools.models.metabossmodel.enterprisemodel
Interface OperationOutputMessage

All Superinterfaces:
AbstractMessageField, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface OperationOutputMessage
extends AbstractMessageField

OperationOutputMessage object instance interface.


Method Summary
 AbstractOperation getOperation()
          Returns the value of reference operation.
 void setOperation(AbstractOperation newValue)
          Sets the value of reference operation.
 
Methods inherited from interface com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.AbstractMessageField
getMessageType, isArray, setArray, setMessageType
 
Methods inherited from interface com.metaboss.sdlctools.models.metabossmodel.ModelElement
findAttachment, getAttachment, getAttachments, getCombinedContents, getContents, getDescription, getDiagramModelElements, getName, getOwnerIdentifier, getRef, getReferencedElements, getTags, isContainedWithin, isDerived, mayContain, mayContainWithin, setDescription, setName, setOwnerIdentifier
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getOperation

public AbstractOperation getOperation()
Returns the value of reference operation.

Returns:
Value of reference operation.

setOperation

public void setOperation(AbstractOperation newValue)
Sets the value of reference operation. See getOperation() for description on the reference.

Parameters:
newValue - New value to be set.

MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.