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(java.lang.String name)
          Retrieves the Parameter with the specified 'Name' from the 'Parameter' reference list
 Parameter Operation.getOwnedParameter(java.lang.String name)
          Retrieves the Parameter with the specified 'Name' from the 'Owned Parameter' containment reference list
 Parameter Operation.createOwnedParameter(EClass eClass)
          Deprecated. Use #createOwnedParameter() instead.
 Parameter Operation.createOwnedParameter()
          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(java.lang.String name)
          Retrieves the Parameter with the specified 'Name' from the 'Parameter' reference list
 Parameter BehavioralFeature.getFormalParameter(java.lang.String name)
          Retrieves the Parameter with the specified 'Name' from the 'Formal Parameter' containment reference list
 Parameter BehavioralFeature.createFormalParameter(EClass eClass)
          Deprecated. Use #createFormalParameter() instead.
 Parameter BehavioralFeature.createFormalParameter()
          Creates a Parameter and appends it to the 'Formal Parameter' containment reference list
 Parameter BehavioralFeature.getReturnResult(java.lang.String name)
          Retrieves the Parameter with the specified 'Name' from the 'Return Result' containment reference list
 Parameter BehavioralFeature.createReturnResult(EClass eClass)
          Deprecated. Use #createReturnResult() instead.
 Parameter BehavioralFeature.createReturnResult()
          Creates a Parameter and appends it to the 'Return Result' containment reference list
 Parameter Behavior.getParameter(java.lang.String name)
          Retrieves the Parameter with the specified 'Name' from the 'Parameter' containment reference list
 Parameter Behavior.createParameter(EClass eClass)
          Deprecated. Use #createParameter() instead.
 Parameter Behavior.createParameter()
          Creates a Parameter and appends it to the 'Parameter' containment reference list
 Parameter Behavior.getFormalParameter(java.lang.String name)
          Retrieves the Parameter with the specified 'Name' from the 'Formal Parameter' reference list
 Parameter Behavior.getReturnResult(java.lang.String name)
          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, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseParameter(Parameter parameter)
           
protected  void UML2Util.UML22EcoreConverter.processEcoreTaggedValues(EParameter eParameter, Parameter parameter, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.caseParameter(Parameter object)
          Returns the result of interpretting the object as an instance of 'Parameter'
 


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