org.eclipse.uml2
Interface DeploymentSpecification
- All Superinterfaces:
- Artifact, Classifier, DeployedArtifact, Element, EModelElement, EObject, NamedElement, Namespace, Notifier, PackageableElement, ParameterableElement, RedefinableElement, TemplateableElement, Type
- public interface DeploymentSpecification
- extends Artifact
A representation of the model object 'Deployment Specification'.
In the metamodel, a DeploymentSpecification is a subtype of Artifact. It defines a set of deployment properties that are specific to a certain Container type. An instance of a DeploymentSpecification with specific values for these properties may be contained in a complex Artifact.
The following features are supported:
- See Also:
UML2Package.getDeploymentSpecification()
Methods inherited from interface org.eclipse.uml2.Artifact |
createManifestation, createNestedArtifact, createOwnedAttribute, createOwnedOperation, getAttributes, getClientDependencies, getFeatures, getFileName, getManifestation, getManifestations, getNestedArtifact, getNestedArtifacts, getOwnedAttribute, getOwnedAttributes, getOwnedElements, getOwnedMembers, getOwnedOperation, getOwnedOperations, setFileName |
Methods inherited from interface org.eclipse.uml2.Classifier |
allFeatures, allParents, conformsTo, createGeneralization, createGeneralization, createOccurrence, createOwnedUseCase, createSubstitution, general, getAttribute, getFeature, getGeneral, getGeneralizations, getGenerals, getInheritedMember, getInheritedMembers, getMembers, getOccurrence, getOccurrences, getOwnedUseCase, getOwnedUseCases, getPowertypeExtent, getPowertypeExtents, getRedefinedClassifier, getRedefinedClassifiers, getRedefinedElements, getRepresentation, getSubstitution, getSubstitutions, getUseCase, getUseCases, getUsedInterfaces, hasVisibilityOf, inherit, inheritableMembers, inheritedMember, isAbstract, maySpecializeType, parents, setIsAbstract, setRepresentation, validateGeneralEqualsParents, validateInheritedMember, validateNoCyclesInGeneralization, validateSpecializeType |
Methods inherited from interface org.eclipse.uml2.Namespace |
createElementImport, createOwnedRule, createPackageImport, excludeCollisions, getElementImports, getImportedMember, getImportedMembers, getImportedPackages, getMember, getNamesOfMember, getOwnedRule, getOwnedRules, getPackageImports, importedMember, importElement, importMembers, importPackage, membersAreDistinguishable, validateImportedMemberDerived, validateMembersAreDistinguishable |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependency, getName, getNameExpression, getNamespace, getOwner, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
getDeploymentLocation
public String getDeploymentLocation()
- Returns the value of the 'Deployment Location' attribute.
The default value is
""
.
If the meaning of the 'Deployment Location' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Deployment Location' attribute.
- See Also:
setDeploymentLocation(String)
,
UML2Package.getDeploymentSpecification_DeploymentLocation()
setDeploymentLocation
public void setDeploymentLocation(String value)
- Sets the value of the '
Deployment Location
' attribute.
- Parameters:
value
- the new value of the 'Deployment Location' attribute.- See Also:
getDeploymentLocation()
getExecutionLocation
public String getExecutionLocation()
- Returns the value of the 'Execution Location' attribute.
The default value is
""
.
If the meaning of the 'Execution Location' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Execution Location' attribute.
- See Also:
setExecutionLocation(String)
,
UML2Package.getDeploymentSpecification_ExecutionLocation()
setExecutionLocation
public void setExecutionLocation(String value)
- Sets the value of the '
Execution Location
' attribute.
- Parameters:
value
- the new value of the 'Execution Location' attribute.- See Also:
getExecutionLocation()