Class ModelTransformationProfile.MapStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.modeltransformations.ModelTransformationProfile.MapStereotype
- Enclosing class:
- ModelTransformationProfile
public static class ModelTransformationProfile.MapStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearBlockInheritedSourceTypes
(Element element) void
clearDefault
(Element element) void
clearDirection
(Element element) void
clearForwardTypeModifier
(Element element) void
clearForwardTypeModifierRegexp
(Element element) void
void
clearReverseTypeModifier
(Element element) void
clearReverseTypeModifierRegexp
(Element element) void
getDirection
(Element element) getForwardTypeModifier
(Element element) getForwardTypeModifierRegexp
(Element element) getReverseTypeModifier
(Element element) getReverseTypeModifierRegexp
(Element element) Returns stereotype for this wrapper.boolean
isBlockInheritedDestinationTypes
(Element element) isBlockInheritedSourceTypes
(Element element) static boolean
isInstance
(Element element) void
setBlockInheritedDestinationTypes
(Element element, Boolean value) void
setBlockInheritedSourceTypes
(Element element, Boolean value) void
setDefault
(Element element, Boolean value) void
setDirection
(Element element, ModelTransformationProfile.directionKindEnum value) void
setForwardTypeModifier
(Element element, String value) void
setForwardTypeModifierRegexp
(Element element, String value) void
setForwardTypeModifierRegexpReplace
(Element element, String value) void
setReverseTypeModifier
(Element element, String value) void
setReverseTypeModifierRegexp
(Element element, String value) void
setReverseTypeModifierRegexpReplace
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
BLOCKINHERITEDDESTINATIONTYPES
- See Also:
-
BLOCKINHERITEDSOURCETYPES
- See Also:
-
DEFAULT
- See Also:
-
DIRECTION
- See Also:
-
FORWARDTYPEMODIFIER
- See Also:
-
FORWARDTYPEMODIFIERREGEXP
- See Also:
-
FORWARDTYPEMODIFIERREGEXPREPLACE
- See Also:
-
REVERSETYPEMODIFIER
- See Also:
-
REVERSETYPEMODIFIERREGEXP
- See Also:
-
REVERSETYPEMODIFIERREGEXPREPLACE
- See Also:
-
-
Constructor Details
-
MapStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getBlockInheritedDestinationTypesProperty
-
getBlockInheritedSourceTypesProperty
-
getDefaultProperty
-
getDirectionProperty
-
getForwardTypeModifierProperty
-
getForwardTypeModifierRegexpProperty
-
getForwardTypeModifierRegexpReplaceProperty
-
getReverseTypeModifierProperty
-
getReverseTypeModifierRegexpProperty
-
getReverseTypeModifierRegexpReplaceProperty
-
setBlockInheritedDestinationTypes
-
clearBlockInheritedDestinationTypes
-
isBlockInheritedDestinationTypes
-
setBlockInheritedSourceTypes
-
clearBlockInheritedSourceTypes
-
isBlockInheritedSourceTypes
-
setDefault
-
clearDefault
-
isDefault
-
setDirection
public void setDirection(Element element, @CheckForNull ModelTransformationProfile.directionKindEnum value) -
clearDirection
-
getDirection
-
setForwardTypeModifier
-
clearForwardTypeModifier
-
getForwardTypeModifier
-
setForwardTypeModifierRegexp
-
clearForwardTypeModifierRegexp
-
getForwardTypeModifierRegexp
-
setForwardTypeModifierRegexpReplace
-
clearForwardTypeModifierRegexpReplace
-
getForwardTypeModifierRegexpReplace
-
setReverseTypeModifier
-
clearReverseTypeModifier
-
getReverseTypeModifier
-
setReverseTypeModifierRegexp
-
clearReverseTypeModifierRegexp
-
getReverseTypeModifierRegexp
-
setReverseTypeModifierRegexpReplace
-
clearReverseTypeModifierRegexpReplace
-
getReverseTypeModifierRegexpReplace
-
clear
protected void clear() -
is
-
isInstance
-