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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidvoidclearBlockInheritedSourceTypes(Element element) voidclearDefault(Element element) voidclearDirection(Element element) voidclearForwardTypeModifier(Element element) voidclearForwardTypeModifierRegexp(Element element) voidvoidclearReverseTypeModifier(Element element) voidclearReverseTypeModifierRegexp(Element element) voidgetDirection(Element element) getForwardTypeModifier(Element element) getForwardTypeModifierRegexp(Element element) getReverseTypeModifier(Element element) getReverseTypeModifierRegexp(Element element) Returns stereotype for this wrapper.booleanChecks if stereotype of this wrapper is applied to given element.isBlockInheritedDestinationTypes(Element element) isBlockInheritedSourceTypes(Element element) static booleanisInstance(Element element) voidsetBlockInheritedDestinationTypes(Element element, Boolean value) voidsetBlockInheritedSourceTypes(Element element, Boolean value) voidsetDefault(Element element, Boolean value) voidsetDirection(Element element, ModelTransformationProfile.directionKindEnum value) voidsetForwardTypeModifier(Element element, String value) voidsetForwardTypeModifierRegexp(Element element, String value) voidsetForwardTypeModifierRegexpReplace(Element element, String value) voidsetReverseTypeModifier(Element element, String value) voidsetReverseTypeModifierRegexp(Element element, String value) voidsetReverseTypeModifierRegexpReplace(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, 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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-