Package com.nomagic.magicdraw.sysml.util
Class MDCustomizationForSysMLProfile.FmuStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.MDCustomizationForSysMLProfile.FmuStereotype
- Enclosing class:
- MDCustomizationForSysMLProfile
public static class MDCustomizationForSysMLProfile.FmuStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearFMIVersion
(Element element) void
void
clearModelIdentifier
(Element element) void
clearModelName
(Element element) void
getFMIVersion
(Element element) getModelIdentifier
(Element element) getModelName
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setFMIVersion
(Element element, String value) void
void
setModelIdentifier
(Element element, String value) void
setModelName
(Element element, String value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
FMIVERSION
- See Also:
-
GUID
- See Also:
-
MODELIDENTIFIER
- See Also:
-
MODELNAME
- See Also:
-
URL
- See Also:
-
-
Constructor Details
-
FmuStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getFMIVersionProperty
-
getGUIDProperty
-
getModelIdentifierProperty
-
getModelNameProperty
-
getUrlProperty
-
setFMIVersion
-
clearFMIVersion
-
getFMIVersion
-
setGUID
-
clearGUID
-
getGUID
-
setModelIdentifier
-
clearModelIdentifier
-
getModelIdentifier
-
setModelName
-
clearModelName
-
getModelName
-
setUrl
-
clearUrl
-
getUrl
-
clear
protected void clear() -
is
-
isInstance
-