Class EmfOptionsGroup

    • Method Detail

      • getEMFOptions

        @OpenApi
        public static EmfOptionsGroup getEMFOptions()
        Get the Eclipse UML2 XMI v2.x export/import options. Options must accessed only after the application is started.
        Returns:
        loaded options.
      • setChangeStereotypePropertyTypeStereotype

        @OpenApi
        public void setChangeStereotypePropertyTypeStereotype​(boolean change)
        Set if to change stereotype property type stereotype to metaclass on export.
        Specified by:
        setChangeStereotypePropertyTypeStereotype in interface Options
        Parameters:
        change -
      • isChangeStereotypePropertyTypeStereotype

        @OpenApi
        public boolean isChangeStereotypePropertyTypeStereotype()
        Checks if to change stereotype property type stereotype to metaclass on export.
        Specified by:
        isChangeStereotypePropertyTypeStereotype in interface Options
        Returns:
        true if stereotype property type stereotype should be changed to metaclass.