Interface Options

All Superinterfaces:
BaseOptions

@OpenApiAll public interface Options extends BaseOptions
Eclipse UML2 XMI export/import environment options.
  • Field Details

    • CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_NOT_CHANGE

      @OpenApi static final String CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_NOT_CHANGE
      Do not change type.
      See Also:
    • CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_SINGLE_EXTENDED_METACLASS

      @OpenApi static final String CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_SINGLE_EXTENDED_METACLASS
      Change type to stereotype metaclass only if stereotype extends single metaclass.
      See Also:
    • CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_MULTIPLE_EXTENDED_METACLASS

      @OpenApi static final String CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_MULTIPLE_EXTENDED_METACLASS
      Change type to stereotype metaclass. If stereotype extends multiple metaclasses find a common super metaclass.
      See Also:
  • Method Details

    • setChangeStereotypePropertyTypeStereotype

      @OpenApi @Deprecated void setChangeStereotypePropertyTypeStereotype(boolean change)
      Set if to change stereotype property type stereotype to metaclass on export.
      Parameters:
      change - true - change.
    • isChangeStereotypePropertyTypeStereotype

      @OpenApi @Deprecated boolean isChangeStereotypePropertyTypeStereotype()
      Checks if to change stereotype property type stereotype to metaclass on export.
      Returns:
      true if stereotype property type stereotype should be changed to metaclass.
    • getChangeStereotypePropertyTypeStereotype

      @OpenApi String getChangeStereotypePropertyTypeStereotype()
      Get "Change stereotype property type stereotype" option value.
      Returns:
      value.
    • setChangeStereotypePropertyTypeStereotype

      @OpenApi void setChangeStereotypePropertyTypeStereotype(String value)
      Set "Change stereotype property type stereotype" option value.
      Parameters:
      value - value to set.
    • setChangeNotEcoreDataTypeToString

      @OpenApi void setChangeNotEcoreDataTypeToString(boolean change)
      Set if to change stereotype property type not eCore datatype to String on export.
      Parameters:
      change - true - change.
    • isChangeNotEcoreDataTypeToString

      @OpenApi boolean isChangeNotEcoreDataTypeToString()
      Checks if to change stereotype property type not eCore datatype to String on export.
      Returns:
      true if stereotype property type not eCore datatype should be changed to String.