Interface ModelObject

    • Method Detail

      • getLocalID

        java.lang.String getLocalID()
      • setLocalID

        void setLocalID​(java.lang.String newID)
      • get_representationText

        java.lang.String get_representationText()
        Returns the value of the 'representation Text' attribute.

        If the meaning of the 'representation Text' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'representation Text' attribute.
        See Also:
        set_representationText(String), com.nomagic.uml2.ext.magicdraw.base.metadata.BasePackage#getModelObject__representationText()
        Model:
        Generated:
      • set_representationText

        void set_representationText​(java.lang.String value)
        Sets the value of the 'representation Text' attribute.
        Parameters:
        value - the new value of the 'representation Text' attribute.
        See Also:
        get_representationText()
        Generated:
      • sGetLocalID

        java.lang.String sGetLocalID()
      • isInvalid

        boolean isInvalid()
      • ignoringRefGetValue

        @CheckForNull
        java.lang.Object ignoringRefGetValue​(java.lang.String feature)
        Does the same as RefFeatured.refGetValue(String), but does not thrown @InvalidCallException if feature is missing this object.
        Parameters:
        feature - feature name
        Returns:
        value or null if feature is missing
        See Also:
        RefFeatured.refGetValue(String), InvalidCallException