public interface TemplateParameterType extends TemplateParameterType<Operation>
The following features are supported:
UMLPackage.getTemplateParameterType()| Modifier and Type | Method and Description |
|---|---|
Operation |
getOwnedOperation(String name,
<any> ownedParameterNames,
<any> 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(String name,
<any> ownedParameterNames,
<any> 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. |
<any> |
getOwnedOperations()
Returns the value of the 'Owned Operation' containment reference list.
|
getSpecification, setSpecification<any> getOwnedOperations()
org.eclipse.uml2.uml.Operation.
This feature subsets the following features:
Feature'If the meaning of the 'Owned Operation' containment reference list isn't clear, there really should be more of a description here...
UMLPackage.getTemplateParameterType_OwnedOperation()Operation getOwnedOperation(String name, <any> ownedParameterNames, <any> ownedParameterTypes)
org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list.
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.org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', or null.getOwnedOperations()Operation getOwnedOperation(String name, <any> ownedParameterNames, <any> ownedParameterTypes, boolean ignoreCase)
org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types' from the 'Owned Operation' containment reference list.
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.org.eclipse.uml2.uml.Operation with the specified 'Name', 'Owned Parameter Names', and 'Owned Parameter Types', or null.getOwnedOperations()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.