Class EmfOptionsGroup

All Implemented Interfaces:
BaseOptions, Options, Cloneable

@OpenApi public class EmfOptionsGroup extends BaseEmfOptionsGroup implements Options
Eclipse UML2 XMI v2.x export/import environment options.
  • Method Details

    • 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.