org.cumt.model.sequence
Class Call

java.lang.Object
  extended by org.cumt.model.IdentifiedObject
      extended by org.cumt.model.PropertyAwareObject
          extended by org.cumt.model.BaseModelNode
              extended by org.cumt.model.ModelObject
                  extended by org.cumt.model.Relation
                      extended by org.cumt.model.sequence.Call
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Call
extends Relation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.cumt.model.Relation
SOURCE, TARGET
 
Fields inherited from class org.cumt.model.ModelObject
STEREOTYPE
 
Fields inherited from class org.cumt.model.BaseModelNode
ATTRIBUTES, DESCRIPTION, IGNORED_ON_GENERATION, NAME
 
Constructor Summary
Call()
           
 
Method Summary
 Operation getOperation()
           
 java.util.List<java.lang.String> getParameterValues()
           
 Call getParentCall()
           
 java.lang.String getReturnValue()
           
 void setOperation(Operation operation)
           
 void setParameterValues(java.util.List<java.lang.String> parameterValues)
           
 void setParentCall(Call parentCall)
           
 void setReturnValue(java.lang.String returnValue)
           
 
Methods inherited from class org.cumt.model.Relation
getSource, getTarget, setSource, setTarget
 
Methods inherited from class org.cumt.model.ModelObject
clone, getStereotype, setStereotype
 
Methods inherited from class org.cumt.model.BaseModelNode
getAttribute, getAttributeNames, getAttributes, getCreationDate, getDefaultName, getDescription, getName, getParent, isIgnoredOnGeneration, removeAttribute, setAttribute, setAttributes, setDescription, setIgnoredOnGeneration, setName, setParent, toString
 
Methods inherited from class org.cumt.model.PropertyAwareObject
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
 
Methods inherited from class org.cumt.model.IdentifiedObject
equals, getId, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Call

public Call()
Method Detail

getOperation

public Operation getOperation()

setOperation

public void setOperation(Operation operation)

getParameterValues

public java.util.List<java.lang.String> getParameterValues()

setParameterValues

public void setParameterValues(java.util.List<java.lang.String> parameterValues)

getParentCall

public Call getParentCall()

setParentCall

public void setParentCall(Call parentCall)

getReturnValue

public java.lang.String getReturnValue()

setReturnValue

public void setReturnValue(java.lang.String returnValue)


Copyright © 2006 null. All Rights Reserved.