|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Deployment'.
The following features are supported:
UML2Package.getDeployment()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
DeploymentSpecification |
createConfiguration()
Creates a DeploymentSpecification and appends it to the 'Configuration' containment reference list |
DeploymentSpecification |
createConfiguration(EClass eClass)
Deprecated. Use #createConfiguration() instead. |
DeploymentSpecification |
getConfiguration(java.lang.String name)
Retrieves the DeploymentSpecification with the specified 'Name' from the 'Configuration' containment reference list |
EList |
getConfigurations()
Returns the value of the 'Configuration' containment reference list. |
DeployedArtifact |
getDeployedArtifact(java.lang.String name)
Retrieves the DeployedArtifact with the specified 'Name' from the 'Deployed Artifact' reference list |
EList |
getDeployedArtifacts()
Returns the value of the 'Deployed Artifact' reference list. |
DeploymentTarget |
getLocation()
Returns the value of the 'Location' container reference. |
void |
setLocation(DeploymentTarget value)
Sets the value of the ' Location ' container reference |
Methods inherited from interface org.eclipse.uml2.Dependency |
---|
getClient, getClients, getSupplier, getSuppliers |
Methods inherited from interface org.eclipse.uml2.PackageableElement |
---|
getPackageableElement_visibility, setPackageableElement_visibility |
Methods inherited from interface org.eclipse.uml2.NamedElement |
---|
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
---|
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.uml2.ParameterableElement |
---|
getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter |
Methods inherited from interface org.eclipse.uml2.DirectedRelationship |
---|
getSources, getTargets |
Methods inherited from interface org.eclipse.uml2.Relationship |
---|
getRelatedElements |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public EList getDeployedArtifacts()
DeployedArtifact
.
If the meaning of the 'Deployed Artifact' reference list isn't clear, there really should be more of a description here...
UML2Package.getDeployment_DeployedArtifact()
public DeployedArtifact getDeployedArtifact(java.lang.String name)
DeployedArtifact
with the specified 'Name' from the 'Deployed Artifact' reference list.
name
- The 'Name' of the DeployedArtifact
to retrieve.
DeployedArtifact
with the specified 'Name', or null
.getDeployedArtifacts()
public DeploymentTarget getLocation()
Deployment
'.
If the meaning of the 'Location' container reference isn't clear, there really should be more of a description here...
setLocation(DeploymentTarget)
,
UML2Package.getDeployment_Location()
,
DeploymentTarget.getDeployments()
public void setLocation(DeploymentTarget value)
Location
' container reference.
value
- the new value of the 'Location' container reference.getLocation()
public EList getConfigurations()
DeploymentSpecification
.
If the meaning of the 'Configuration' containment reference list isn't clear, there really should be more of a description here...
UML2Package.getDeployment_Configuration()
public DeploymentSpecification getConfiguration(java.lang.String name)
DeploymentSpecification
with the specified 'Name' from the 'Configuration' containment reference list.
name
- The 'Name' of the DeploymentSpecification
to retrieve.
DeploymentSpecification
with the specified 'Name', or null
.getConfigurations()
public DeploymentSpecification createConfiguration(EClass eClass)
DeploymentSpecification
and appends it to the 'Configuration' containment reference list.
eClass
- The Ecore class of the DeploymentSpecification
to create.
DeploymentSpecification
.getConfigurations()
public DeploymentSpecification createConfiguration()
DeploymentSpecification
and appends it to the 'Configuration' containment reference list.
DeploymentSpecification
.getConfigurations()
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |