Interface Options
-
- All Superinterfaces:
BaseOptions
@OpenApiAll public interface Options extends BaseOptions
Eclipse UML2 XMI export/import environment options.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_MULTIPLE_EXTENDED_METACLASS
Change type to stereotype metaclass.static java.lang.String
CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_NOT_CHANGE
Do not change type.static java.lang.String
CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_SINGLE_EXTENDED_METACLASS
Change type to stereotype metaclass only if stereotype extends single metaclass.-
Fields inherited from interface com.nomagic.magicdraw.emfuml2xmi.envoptions.BaseOptions
OPTION_ASK_BEFORE_EXPORT, OPTION_EXPORT_ALWAYS, OPTION_NEVER, PRESERVE_IDS_DO_NOT, PRESERVE_IDS_ON_EXPORT, PRESERVE_IDS_ON_IMPORT, PRESERVE_IDS_ON_IMPORT_EXPORT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getChangeStereotypePropertyTypeStereotype()
Get "Change stereotype property type stereotype" option value.boolean
isChangeNotEcoreDataTypeToString()
Checks if to change stereotype property type not eCore datatype to String on export.boolean
isChangeStereotypePropertyTypeStereotype()
Deprecated.void
setChangeNotEcoreDataTypeToString(boolean change)
Set if to change stereotype property type not eCore datatype to String on export.void
setChangeStereotypePropertyTypeStereotype(boolean change)
Deprecated.void
setChangeStereotypePropertyTypeStereotype(java.lang.String value)
Set "Change stereotype property type stereotype" option value.-
Methods inherited from interface com.nomagic.magicdraw.emfuml2xmi.envoptions.BaseOptions
getAutoExportOption, getPreserveIDs, isApplyAllProfilesToRootModel, isAskBeforeExport, isAskToOverwriteExportedFiles, isAutoExport, isDisplayWarnings, isMoveStereotypeToNestingProfile, isPreserveExportedIDs, isPreserveImportedIDs, isShowMappinWarning, isShowStereotypeFromSameWarning, isShowStereotypePropertyTypeChangeWarning, isUseKeywordAsStereotypeName, setApplyAllProfilesToRootModel, setAskToOverwriteExportedFiles, setAutoExportOption, setDisplayWarnings, setMoveStereotypeToNestingProfile, setPreserveIDs, setShowMappinWarning, setShowStereotypeFromSameWarning, setShowStereotypePropertyTypeChangeWarning, setUseKeywordAsStereotypeName
-
-
-
-
Field Detail
-
CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_NOT_CHANGE
@OpenApi static final java.lang.String CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_NOT_CHANGE
Do not change type.- See Also:
- Constant Field Values
-
CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_SINGLE_EXTENDED_METACLASS
@OpenApi static final java.lang.String CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_SINGLE_EXTENDED_METACLASS
Change type to stereotype metaclass only if stereotype extends single metaclass.- See Also:
- Constant Field Values
-
CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_MULTIPLE_EXTENDED_METACLASS
@OpenApi static final java.lang.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:
- Constant Field Values
-
-
Method Detail
-
setChangeStereotypePropertyTypeStereotype
@OpenApi @Deprecated void setChangeStereotypePropertyTypeStereotype(boolean change)
Deprecated.Set if to change stereotype property type stereotype to metaclass on export.- Parameters:
change
- true - change.
-
isChangeStereotypePropertyTypeStereotype
@OpenApi @Deprecated boolean isChangeStereotypePropertyTypeStereotype()
Deprecated.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 java.lang.String getChangeStereotypePropertyTypeStereotype()
Get "Change stereotype property type stereotype" option value.- Returns:
- value.
-
setChangeStereotypePropertyTypeStereotype
@OpenApi void setChangeStereotypePropertyTypeStereotype(java.lang.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.
-
-