Interface ReclassifyObjectAction

    • Method Detail

      • isReplaceAll

        boolean isReplaceAll()
        Returns the value of the 'Replace All' attribute. The default value is "false". Specifies whether existing Classifiers should be removed before adding the new Classifiers.
        Returns:
        the value of the 'Replace All' attribute.
        See Also:
        setReplaceAll(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getReclassifyObjectAction_ReplaceAll()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setReplaceAll

        void setReplaceAll​(boolean value)
        Sets the value of the 'Replace All' attribute.
        Parameters:
        value - the new value of the 'Replace All' attribute.
        See Also:
        isReplaceAll()
        Generated:
      • setObject

        void setObject​(@CheckForNull
                       InputPin value)
        Sets the value of the 'Object' containment reference.
        Parameters:
        value - the new value of the 'Object' containment reference.
        See Also:
        getObject()
        Generated:
      • hasOldClassifier

        boolean hasOldClassifier()
                          throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasNewClassifier

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