Interface Package

    • Method Detail

      • getOwnedStereotype

        java.util.Collection<Stereotype> getOwnedStereotype()
        Returns the value of the 'Owned Stereotype' reference list. The list contents are of type Stereotype. It is bidirectional and its opposite is 'package Of Owned Stereotype'. References the Stereotypes that are owned by the Package.
        Returns:
        the value of the 'Owned Stereotype' reference list.
        See Also:
        UMLPackage.getPackage_OwnedStereotype(), com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype#get_packageOfOwnedStereotype
        Model:
        opposite="_packageOfOwnedStereotype" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • get_packageImportOfImportedPackage

        java.util.Collection<PackageImport> get_packageImportOfImportedPackage()
        Returns the value of the 'package Import Of Imported Package' reference list. The list contents are of type PackageImport. It is bidirectional and its opposite is 'Imported Package'.

        If the meaning of the 'package Import Of Imported Package' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'package Import Of Imported Package' reference list.
        See Also:
        UMLPackage.getPackage__packageImportOfImportedPackage(), PackageImport.getImportedPackage()
        Model:
        opposite="importedPackage" ordered="false"
        Generated:
      • getURI

        @CheckForNull
        java.lang.String getURI()
        Returns the value of the 'URI' attribute. The default value is "". Provides an identifier for the package that can be used for many purposes. A URI is the universally unique identification of the package following the IETF URI specification, RFC 2396 http://www.ietf.org/rfc/rfc2396.txt and it must comply with those syntax rules.
        Returns:
        the value of the 'URI' attribute.
        See Also:
        setURI(String), UMLPackage.getPackage_URI()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" ordered="false"
        Generated:
      • setURI

        void setURI​(@CheckForNull
                    java.lang.String value)
        Sets the value of the 'URI' attribute.
        Parameters:
        value - the new value of the 'URI' attribute.
        See Also:
        getURI()
        Generated:
      • getPackageMerge

        java.util.Collection<PackageMerge> getPackageMerge()
        Returns the value of the 'Package Merge' containment reference list. The list contents are of type PackageMerge. It is bidirectional and its opposite is 'Receiving Package'. References the PackageMerges that are owned by this Package.
        Returns:
        the value of the 'Package Merge' containment reference list.
        See Also:
        UMLPackage.getPackage_PackageMerge(), PackageMerge.getReceivingPackage()
        Model:
        opposite="receivingPackage" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • get_packageMergeOfMergedPackage

        java.util.Collection<PackageMerge> get_packageMergeOfMergedPackage()
        Returns the value of the 'package Merge Of Merged Package' reference list. The list contents are of type PackageMerge. It is bidirectional and its opposite is 'Merged Package'.

        If the meaning of the 'package Merge Of Merged Package' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'package Merge Of Merged Package' reference list.
        See Also:
        UMLPackage.getPackage__packageMergeOfMergedPackage(), PackageMerge.getMergedPackage()
        Model:
        opposite="mergedPackage" ordered="false"
        Generated:
      • getOwnedType

        java.util.Collection<Type> getOwnedType()
        Returns the value of the 'Owned Type' reference list. The list contents are of type Type. It is bidirectional and its opposite is 'Package'. References the packaged elements that are Types.
        Returns:
        the value of the 'Owned Type' reference list.
        See Also:
        UMLPackage.getPackage_OwnedType(), Type.getPackage()
        Model:
        opposite="package" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • getNestedPackage

        java.util.Collection<Package> getNestedPackage()
        Returns the value of the 'Nested Package' reference list. The list contents are of type Package. It is bidirectional and its opposite is 'Nesting Package'. References the packaged elements that are Packages.
        Returns:
        the value of the 'Nested Package' reference list.
        See Also:
        UMLPackage.getPackage_NestedPackage(), getNestingPackage()
        Model:
        opposite="nestingPackage" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • getNestingPackage

        @CheckForNull
        Package getNestingPackage()
        Returns the value of the 'Nesting Package' reference. It is bidirectional and its opposite is 'Nested Package'. References the Package that owns this Package.
        Returns:
        the value of the 'Nesting Package' reference.
        See Also:
        UMLPackage.getPackage_NestingPackage(), getNestedPackage()
        Model:
        opposite="nestedPackage" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • hasOwnedStereotype

        boolean hasOwnedStereotype()
                            throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasProfileApplication

        boolean hasProfileApplication()
                               throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_packageImportOfImportedPackage

        boolean has_packageImportOfImportedPackage()
                                            throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasPackageMerge

        boolean hasPackageMerge()
                         throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_packageMergeOfMergedPackage

        boolean has_packageMergeOfMergedPackage()
                                         throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasPackagedElement

        boolean hasPackagedElement()
                            throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedType

        boolean hasOwnedType()
                      throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasNestedPackage

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