Uses of Interface
org.eclipse.uml2.Parameter

Packages that use Parameter
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Parameter in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Parameter
 Parameter UML2Factory.createParameter()
          Returns a new object of class 'Parameter'
 Parameter ParameterSet.getParameter(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Parameter' reference list
 Parameter Operation.getOwnedParameter(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Owned Parameter' containment reference list
 Parameter Operation.createOwnedParameter(EClass eClass)
          Creates a Parameter and appends it to the 'Owned Parameter' containment reference list
 Parameter OpaqueExpression.getResult()
          Returns the value of the 'Result' reference
 Parameter BehavioralFeature.getParameter(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Parameter' reference list
 Parameter BehavioralFeature.getFormalParameter(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Formal Parameter' containment reference list
 Parameter BehavioralFeature.createFormalParameter(EClass eClass)
          Creates a Parameter and appends it to the 'Formal Parameter' containment reference list
 Parameter BehavioralFeature.getReturnResult(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Return Result' containment reference list
 Parameter BehavioralFeature.createReturnResult(EClass eClass)
          Creates a Parameter and appends it to the 'Return Result' containment reference list
 Parameter Behavior.getParameter(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Parameter' containment reference list
 Parameter Behavior.createParameter(EClass eClass)
          Creates a Parameter and appends it to the 'Parameter' containment reference list
 Parameter Behavior.getFormalParameter(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Formal Parameter' reference list
 Parameter Behavior.getReturnResult(String unqualifiedName)
          Retrieves the Parameter with the specified name from the 'Return Result' reference list
 Parameter ActivityParameterNode.getParameter()
          Returns the value of the 'Parameter' reference
 

Methods in org.eclipse.uml2 with parameters of type Parameter
 void ActivityParameterNode.setParameter(Parameter value)
          Sets the value of the 'Parameter' reference
 

Uses of Parameter in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Parameter
 boolean UML2Validator.validateParameter(Parameter parameter, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseParameter(Parameter object)
          Returns the result of interpretting the object as an instance of 'Parameter'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.