Interface NamedElement

    • Method Detail

      • getClientDependency

        java.util.Collection<Dependency> getClientDependency()
        Returns the value of the 'Client Dependency' reference list. The list contents are of type Dependency. It is bidirectional and its opposite is 'Client'. Indicates the Dependencies that reference this NamedElement as a client.
        Returns:
        the value of the 'Client Dependency' reference list.
        See Also:
        UMLPackage.getNamedElement_ClientDependency(), Dependency.getClient()
        Model:
        opposite="client" ordered="false"
        Generated:
      • getSupplierDependency

        java.util.Collection<Dependency> getSupplierDependency()
        Returns the value of the 'Supplier Dependency' reference list. The list contents are of type Dependency. It is bidirectional and its opposite is 'Supplier'. Indicates the dependencies that reference the supplier.
        Returns:
        the value of the 'Supplier Dependency' reference list.
        See Also:
        UMLPackage.getNamedElement_SupplierDependency(), Dependency.getSupplier()
        Model:
        opposite="supplier" ordered="false"
        Generated:
      • get_messageOfSignature

        java.util.Collection<Message> get_messageOfSignature()
        Returns the value of the 'message Of Signature' reference list. The list contents are of type Message. It is bidirectional and its opposite is 'Signature'.

        If the meaning of the 'message Of Signature' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'message Of Signature' reference list.
        See Also:
        UMLPackage.getNamedElement__messageOfSignature(), Message.getSignature()
        Model:
        opposite="signature" ordered="false"
        Generated:
      • get_namespaceOfMember

        java.util.Collection<Namespace> get_namespaceOfMember()
        Returns the value of the 'namespace Of Member' reference list. The list contents are of type Namespace. It is bidirectional and its opposite is 'Member'.

        If the meaning of the 'namespace Of Member' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'namespace Of Member' reference list.
        See Also:
        UMLPackage.getNamedElement__namespaceOfMember(), Namespace.getMember()
        Model:
        opposite="member" transient="true" volatile="true" derived="true" ordered="false"
        Generated:
      • setNamespace

        void setNamespace​(@CheckForNull
                          Namespace value)
        Sets the value of the 'Namespace' reference.
        Parameters:
        value - the new value of the 'Namespace' reference.
        See Also:
        getNamespace()
        Generated:
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The default value is "". The name of the NamedElement.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), UMLPackage.getNamedElement_Name()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" ordered="false"
        Generated:
      • setName

        void setName​(@CheckForNull
                     java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated:
      • setNameExpression

        void setNameExpression​(@CheckForNull
                               StringExpression value)
        Sets the value of the 'Name Expression' containment reference.
        Parameters:
        value - the new value of the 'Name Expression' containment reference.
        See Also:
        getNameExpression()
        Generated:
      • getQualifiedName

        java.lang.String getQualifiedName()
        Returns the value of the 'Qualified Name' attribute. The default value is "". A name that allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing Namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself.
        Returns:
        the value of the 'Qualified Name' attribute.
        See Also:
        UMLPackage.getNamedElement_QualifiedName()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • getVisibility

        @CheckForNull
        VisibilityKind getVisibility()
        Returns the value of the 'Visibility' attribute. Determines whether and how the NamedElement is visible outside its owning Namespace.
        Returns:
        the value of the 'Visibility' attribute.
        See Also:
        setVisibility(VisibilityKind), UMLPackage.getNamedElement_Visibility()
        Model:
        dataType="com.nomagic.uml2.ext.magicdraw.NamedElementVisibilityKind" ordered="false"
        Generated:
      • setVisibility

        void setVisibility​(@CheckForNull
                           VisibilityKind value)
        Sets the value of the 'Visibility' attribute.
        Parameters:
        value - the new value of the 'Visibility' attribute.
        See Also:
        getVisibility()
        Generated:
      • get_timeObservationOfEvent

        java.util.Collection<TimeObservation> get_timeObservationOfEvent()
        Returns the value of the 'time Observation Of Event' reference list. The list contents are of type TimeObservation. It is bidirectional and its opposite is 'Event'.

        If the meaning of the 'time Observation Of Event' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'time Observation Of Event' reference list.
        See Also:
        UMLPackage.getNamedElement__timeObservationOfEvent(), TimeObservation.getEvent()
        Model:
        opposite="event" ordered="false"
        Generated:
      • hasClientDependency

        boolean hasClientDependency()
                             throws javax.jmi.reflect.JmiException
        Returns the value of the 'Qualified Name' attribute. The default value is "". A name that allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing Namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself.
        Returns:
        the value of the 'Qualified Name' attribute.
        Throws:
        javax.jmi.reflect.JmiException
        See Also:
        UMLPackage.getNamedElement_QualifiedName()
        Model:
        default="" dataType="com.nomagic.uml2.ext.magicdraw.String" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • hasSupplierDependency

        boolean hasSupplierDependency()
                               throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_informationFlowOfInformationSource

        boolean has_informationFlowOfInformationSource()
                                                throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_informationFlowOfInformationTarget

        boolean has_informationFlowOfInformationTarget()
                                                throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_messageOfSignature

        boolean has_messageOfSignature()
                                throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_namespaceOfMember

        boolean has_namespaceOfMember()
                               throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_durationObservationOfEvent

        boolean has_durationObservationOfEvent()
                                        throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_timeObservationOfEvent

        boolean has_timeObservationOfEvent()
                                    throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_considerIgnoreFragmentOfMessage

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