Interface Artifact

    • Method Detail

      • getManifestation

        java.util.Collection<Manifestation> getManifestation()
        Returns the value of the 'Manifestation' containment reference list. The list contents are of type Manifestation. It is bidirectional and its opposite is 'artifact Of Manifestation'. The set of model elements that are manifested in the Artifact. That is, these model elements are utilized in the construction (or generation) of the artifact.
        Returns:
        the value of the 'Manifestation' containment reference list.
        See Also:
        UMLPackage.getArtifact_Manifestation(), Manifestation.get_artifactOfManifestation()
        Model:
        opposite="_artifactOfManifestation" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getFileName

        @CheckForNull
        java.lang.String getFileName()
        Returns the value of the 'File Name' attribute. The default value is "". A concrete name that is used to refer to the Artifact in a physical context. Example: file system name, universal resource locator.
        Returns:
        the value of the 'File Name' attribute.
        See Also:
        setFileName(String), UMLPackage.getArtifact_FileName()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" ordered="false"
        Generated:
      • setFileName

        void setFileName​(@CheckForNull
                         java.lang.String value)
        Sets the value of the 'File Name' attribute.
        Parameters:
        value - the new value of the 'File Name' attribute.
        See Also:
        getFileName()
        Generated:
      • getNestedArtifact

        java.util.Collection<Artifact> getNestedArtifact()
        Returns the value of the 'Nested Artifact' containment reference list. The list contents are of type Artifact. It is bidirectional and its opposite is 'artifact Of Nested Artifact'. The Artifacts that are defined (nested) within the Artifact. The association is a specialization of the ownedMember association from Namespace to NamedElement.
        Returns:
        the value of the 'Nested Artifact' containment reference list.
        See Also:
        UMLPackage.getArtifact_NestedArtifact(), get_artifactOfNestedArtifact()
        Model:
        opposite="_artifactOfNestedArtifact" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getOwnedAttribute

        java.util.List<Property> getOwnedAttribute()
        Returns the value of the 'Owned Attribute' containment reference list. The list contents are of type Property. It is bidirectional and its opposite is 'artifact Of Owned Attribute'. The attributes or association ends defined for the Artifact. The association is a specialization of the ownedMember association.
        Returns:
        the value of the 'Owned Attribute' containment reference list.
        See Also:
        UMLPackage.getArtifact_OwnedAttribute(), Property.get_artifactOfOwnedAttribute()
        Model:
        opposite="_artifactOfOwnedAttribute" containment="true" resolveProxies="true"
        Generated:
      • hasManifestation

        boolean hasManifestation()
                          throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasNestedArtifact

        boolean hasNestedArtifact()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedOperation

        boolean hasOwnedOperation()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedAttribute

        boolean hasOwnedAttribute()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: