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

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

Uses of TemplateParameter in org.eclipse.uml2.uml
 

Subinterfaces of TemplateParameter in org.eclipse.uml2.uml
 interface ClassifierTemplateParameter
           A representation of the model object 'Classifier Template Parameter'
 interface ConnectableElementTemplateParameter
           A representation of the model object 'Connectable Element Template Parameter'
 interface OperationTemplateParameter
           A representation of the model object 'Operation Template Parameter'
 

Methods in org.eclipse.uml2.uml that return TemplateParameter
 TemplateParameter UMLFactory.createTemplateParameter()
          Returns a new object of class 'Template Parameter'
 TemplateParameter TemplateSignature.createOwnedParameter(EClass eClass)
          Creates a new TemplateParameter and appends it to the 'Owned Parameter' containment reference list
 TemplateParameter TemplateSignature.createOwnedParameter()
          Creates a new TemplateParameter and appends it to the 'Owned Parameter' containment reference list
 TemplateParameter TemplateParameterSubstitution.getFormal()
          Returns the value of the 'Formal' reference
 TemplateParameter ParameterableElement.getTemplateParameter()
          Returns the value of the 'Template Parameter' reference.
 TemplateParameter ParameterableElement.getOwningTemplateParameter()
          Returns the value of the 'Owning Template Parameter' container reference.
 

Methods in org.eclipse.uml2.uml with parameters of type TemplateParameter
 void TemplateParameterSubstitution.setFormal(TemplateParameter value)
          Sets the value of the 'Formal' reference
 void ParameterableElement.setTemplateParameter(TemplateParameter value)
          Sets the value of the 'Template Parameter' reference
 void ParameterableElement.setOwningTemplateParameter(TemplateParameter value)
          Sets the value of the 'Owning Template Parameter' container reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type TemplateParameter
 boolean UMLValidator.validateTemplateParameter(TemplateParameter templateParameter, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateTemplateParameter_validateMustBeCompatible(TemplateParameter templateParameter, DiagnosticChain diagnostics, Map context)
          Validates the validateMustBeCompatible constraint of 'Template Parameter'
 Object UMLSwitch.caseTemplateParameter(TemplateParameter object)
          Returns the result of interpretting the object as an instance of 'Template Parameter'
 


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