Interface DeploymentSpecification

    • Method Detail

      • getDeploymentLocation

        @CheckForNull
        java.lang.String getDeploymentLocation()
        Returns the value of the 'Deployment Location' attribute. The default value is "". The location where an Artifact is deployed onto a Node. This is typically a 'directory' or 'memory address.'
        Returns:
        the value of the 'Deployment Location' attribute.
        See Also:
        setDeploymentLocation(String), UMLPackage.getDeploymentSpecification_DeploymentLocation()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" ordered="false"
        Generated:
      • setDeploymentLocation

        void setDeploymentLocation​(@CheckForNull
                                   java.lang.String value)
        Sets the value of the 'Deployment Location' attribute.
        Parameters:
        value - the new value of the 'Deployment Location' attribute.
        See Also:
        getDeploymentLocation()
        Generated:
      • getExecutionLocation

        @CheckForNull
        java.lang.String getExecutionLocation()
        Returns the value of the 'Execution Location' attribute. The default value is "". The location where a component Artifact executes. This may be a local or remote location.
        Returns:
        the value of the 'Execution Location' attribute.
        See Also:
        setExecutionLocation(String), UMLPackage.getDeploymentSpecification_ExecutionLocation()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" ordered="false"
        Generated:
      • setExecutionLocation

        void setExecutionLocation​(@CheckForNull
                                  java.lang.String value)
        Sets the value of the 'Execution Location' attribute.
        Parameters:
        value - the new value of the 'Execution Location' attribute.
        See Also:
        getExecutionLocation()
        Generated:
      • setDeployment

        void setDeployment​(@CheckForNull
                           Deployment value)
        Sets the value of the 'Deployment' container reference.
        Parameters:
        value - the new value of the 'Deployment' container reference.
        See Also:
        getDeployment()
        Generated: