Interface Options
- All Superinterfaces:
BaseOptions
Eclipse UML2 XMI export/import environment options.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Change type to stereotype metaclass.static final String
Do not change type.static final String
Change type to stereotype metaclass only if stereotype extends single metaclass.Fields inherited from interface com.nomagic.magicdraw.emfuml2xmi.envoptions.BaseOptions
ID_EXPORT_POLICY_GENERATE_ID, ID_EXPORT_POLICY_USE_ELEMENT_ID, ID_EXPORT_POLICY_USE_SERVER_ID, OPTION_ASK_BEFORE_EXPORT, OPTION_EXPORT_ALWAYS, OPTION_NEVER
-
Method Summary
Modifier and TypeMethodDescriptionGet "Change stereotype property type stereotype" option value.boolean
Checks if to change stereotype property type not eCore datatype to String on export.boolean
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
Set "Change stereotype property type stereotype" option value.Methods inherited from interface com.nomagic.magicdraw.emfuml2xmi.envoptions.BaseOptions
getAutoExportOption, getIDExportPolicy, isApplyAllProfilesToRootModel, isAskToOverwriteExportedFiles, isDisplayWarnings, isMoveStereotypeToNestingProfile, isShowMappinWarning, isShowStereotypeFromSameWarning, isShowStereotypePropertyTypeChangeWarning, isUseKeywordAsStereotypeName, setApplyAllProfilesToRootModel, setAskToOverwriteExportedFiles, setAutoExportOption, setDisplayWarnings, setIDExportPolicy, setMoveStereotypeToNestingProfile, setShowMappinWarning, setShowStereotypeFromSameWarning, setShowStereotypePropertyTypeChangeWarning, setUseKeywordAsStereotypeName
-
Field Details
-
CHANGE_STEREOTYPE_PROPERTY_TYPE_STEREOTYPE_NOT_CHANGE
Do not change type.- See Also:
-
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
Change type to stereotype metaclass. If stereotype extends multiple metaclasses find a common super metaclass.- See Also:
-
-
Method Details
-
setChangeStereotypePropertyTypeStereotype
Deprecated.Set if to change stereotype property type stereotype to metaclass on export.- Parameters:
change
- true - change.
-
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
Get "Change stereotype property type stereotype" option value.- Returns:
- value.
-
setChangeStereotypePropertyTypeStereotype
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.
-
getChangeStereotypePropertyTypeStereotype()