org.eclipse.ocl.uml
Interface TemplateParameterType

All Superinterfaces:
TemplateParameterType<Operation>

public interface TemplateParameterType
extends TemplateParameterType<Operation>

A representation of the model object 'Template Parameter Type'.

Since:
3.0

The following features are supported:

See Also:
UMLPackage.getTemplateParameterType()

Method Summary
 Operation getOwnedOperation(java.lang.String name,  ownedParameterNames,  ownedParameterTypes)
          Retrieves the first org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
 Operation getOwnedOperation(java.lang.String name,  ownedParameterNames,  ownedParameterTypes, boolean ignoreCase)
          Retrieves the first org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list
  getOwnedOperations()
          Returns the value of the 'Owned Operation' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.types.TemplateParameterType
getSpecification, setSpecification
 

Method Detail

getOwnedOperations

 getOwnedOperations()
Returns the value of the 'Owned Operation' containment reference list. The list contents are of type org.eclipse.uml2.uml.Operation.

This feature subsets the following features:

If the meaning of the 'Owned Operation' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Operation' containment reference list.
See Also:
UMLPackage.getTemplateParameterType_OwnedOperation()

getOwnedOperation

Operation getOwnedOperation(java.lang.String name,
                             ownedParameterNames,
                             ownedParameterTypes)
Retrieves the first org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list.

Parameters:
name - The 'Name' of the org.eclipse.uml2.uml.Operation to retrieve, or null.
ownedParameterNames - The 'Owned Parameter Names' of the org.eclipse.uml2.uml.Operation to retrieve, or null.
ownedParameterTypes - The 'Owned Parameter Types' of the org.eclipse.uml2.uml.Operation to retrieve, or null.
Returns:
The first org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', or null.
See Also:
getOwnedOperations()

getOwnedOperation

Operation getOwnedOperation(java.lang.String name,
                             ownedParameterNames,
                             ownedParameterTypes,
                            boolean ignoreCase)
Retrieves the first org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list.

Parameters:
name - The 'Name' of the org.eclipse.uml2.uml.Operation to retrieve, or null.
ownedParameterNames - The 'Owned Parameter Names' of the org.eclipse.uml2.uml.Operation to retrieve, or null.
ownedParameterTypes - The 'Owned Parameter Types' of the org.eclipse.uml2.uml.Operation to retrieve, or null.
ignoreCase - Whether to ignore case in String comparisons.
Returns:
The first org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', or null.
See Also:
getOwnedOperations()

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.