|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentTarget
A representation of the model object 'Deployment Target'. A deployment target is the location for a deployed artifact.
The following features are supported:
UMLPackage.getDeploymentTarget()| Field Summary |
|---|
| Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
|---|
SEPARATOR |
| Method Summary | |
|---|---|
Deployment |
createDeployment(java.lang.String name)
Creates a new Deployment, with the specified 'Name', and appends it to the 'Deployment' containment reference list |
PackageableElement |
getDeployedElement(java.lang.String name)
Retrieves the first PackageableElement with the specified 'Name' from the 'Deployed Element' reference list |
PackageableElement |
getDeployedElement(java.lang.String name,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass)
Retrieves the first PackageableElement with the specified 'Name' from the 'Deployed Element' reference list |
org.eclipse.emf.common.util.EList<PackageableElement> |
getDeployedElements()
Returns the value of the 'Deployed Element' reference list. |
Deployment |
getDeployment(java.lang.String name)
Retrieves the first Deployment with the specified 'Name' from the 'Deployment' containment reference list |
Deployment |
getDeployment(java.lang.String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Deployment with the specified 'Name' from the 'Deployment' containment reference list |
org.eclipse.emf.common.util.EList<Deployment> |
getDeployments()
Returns the value of the 'Deployment' containment reference list. |
| Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
|---|
allNamespaces, allOwningPackages, createDependency, createNameExpression, createUsage, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<Deployment> getDeployments()
Deployment.
It is bidirectional and its opposite is 'Location'.
This feature subsets the following features:
The set of Deployments for a DeploymentTarget.
UMLPackage.getDeploymentTarget_Deployment(),
Deployment.getLocation()Deployment createDeployment(java.lang.String name)
Deployment, with the specified 'Name', and appends it to the 'Deployment' containment reference list.
name - The 'Name' for the new Deployment, or null.
Deployment.getDeployments()Deployment getDeployment(java.lang.String name)
Deployment with the specified 'Name' from the 'Deployment' containment reference list.
name - The 'Name' of the Deployment to retrieve, or null.
Deployment with the specified 'Name', or null.getDeployments()
Deployment getDeployment(java.lang.String name,
boolean ignoreCase,
boolean createOnDemand)
Deployment with the specified 'Name' from the 'Deployment' containment reference list.
name - The 'Name' of the Deployment to retrieve, or null.ignoreCase - Whether to ignore case in String comparisons.createOnDemand - Whether to create a Deployment on demand if not found.
Deployment with the specified 'Name', or null.getDeployments()org.eclipse.emf.common.util.EList<PackageableElement> getDeployedElements()
PackageableElement.
The set of elements that are manifested in an Artifact that is involved in Deployment to a DeploymentTarget.
UMLPackage.getDeploymentTarget_DeployedElement()PackageableElement getDeployedElement(java.lang.String name)
PackageableElement with the specified 'Name' from the 'Deployed Element' reference list.
name - The 'Name' of the PackageableElement to retrieve, or null.
PackageableElement with the specified 'Name', or null.getDeployedElements()
PackageableElement getDeployedElement(java.lang.String name,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass)
PackageableElement with the specified 'Name' from the 'Deployed Element' reference list.
name - The 'Name' of the PackageableElement to retrieve, or null.ignoreCase - Whether to ignore case in String comparisons.eClass - The Ecore class of the PackageableElement to retrieve, or null.
PackageableElement with the specified 'Name', or null.getDeployedElements()
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||