Uses of Interface
org.eclipse.uml2.TemplateParameter

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

Uses of TemplateParameter in org.eclipse.uml2
 

Subinterfaces of TemplateParameter in org.eclipse.uml2
 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 that return TemplateParameter
 TemplateParameter UML2Factory.createTemplateParameter()
          Returns a new object of class 'Template Parameter'
 TemplateParameter TemplateSignature.createOwnedParameter(EClass eClass)
          Creates a 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.getOwningParameter()
          Returns the value of the 'Owning Parameter' container reference.
 

Methods in org.eclipse.uml2 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.setOwningParameter(TemplateParameter value)
          Sets the value of the 'Owning Parameter' container reference
 

Uses of TemplateParameter in org.eclipse.uml2.util
 

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


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