Uses of Interface
org.eclipse.uml2.uml.Parameter

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

Uses of Parameter in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Parameter
 Parameter UMLFactory.createParameter()
          Returns a new object of class 'Parameter'
 Parameter ParameterSet.getParameter(String name, Type type)
          Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Parameter' reference list
 Parameter ParameterSet.getParameter(String name, Type type, boolean ignoreCase)
          Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Parameter' reference list
 Parameter Operation.getReturnResult()
           Retrieves the (only) return result parameter for this operation
 Parameter OpaqueExpression.getResult()
          Returns the value of the 'Result' reference
 Parameter BehavioralFeature.createOwnedParameter(String name, Type type)
          Creates a new Parameter, with the specified 'Name', and 'Type', and appends it to the 'Owned Parameter' containment reference list
 Parameter BehavioralFeature.getOwnedParameter(String name, Type type)
          Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
 Parameter BehavioralFeature.getOwnedParameter(String name, Type type, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
 Parameter BehavioralFeature.createReturnResult(String name, Type type)
           Creates a return result parameter with the specified name and type
 Parameter Behavior.createOwnedParameter(String name, Type type)
          Creates a new Parameter, with the specified 'Name', and 'Type', and appends it to the 'Owned Parameter' containment reference list
 Parameter Behavior.getOwnedParameter(String name, Type type)
          Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
 Parameter Behavior.getOwnedParameter(String name, Type type, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Parameter with the specified 'Name', and 'Type' from the 'Owned Parameter' containment reference list
 Parameter ActivityParameterNode.getParameter()
          Returns the value of the 'Parameter' reference
 

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

Uses of Parameter in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type Parameter
 boolean UMLValidator.validateParameter(Parameter parameter, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateParameter_validateConnectorEnd(Parameter parameter, DiagnosticChain diagnostics, Map context)
          Validates the validateConnectorEnd constraint of 'Parameter'
 boolean UMLValidator.validateParameter_validateStreamAndException(Parameter parameter, DiagnosticChain diagnostics, Map context)
          Validates the validateStreamAndException constraint of 'Parameter'
 boolean UMLValidator.validateParameter_validateNotException(Parameter parameter, DiagnosticChain diagnostics, Map context)
          Validates the validateNotException constraint of 'Parameter'
 boolean UMLValidator.validateParameter_validateReentrantBehaviors(Parameter parameter, DiagnosticChain diagnostics, Map context)
          Validates the validateReentrantBehaviors constraint of 'Parameter'
 boolean UMLValidator.validateParameter_validateInAndOut(Parameter parameter, DiagnosticChain diagnostics, Map context)
          Validates the validateInAndOut constraint of 'Parameter'
 Object UMLUtil.UML2EcoreConverter.caseParameter(Parameter parameter)
           
 Object UMLSwitch.caseParameter(Parameter object)
          Returns the result of interpretting the object as an instance of 'Parameter'
 


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