Package com.nomagic.uml2
Class MagicDrawProfile.SetterStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.SetterStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.SetterStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GETTER_SETTER_FOR_ATTRIBUTE
static java.lang.String
STEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetterStereotype(MagicDrawProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
void
clearGettersetterforattribute(Element element)
Element
getGettersetterforattribute(Element element)
Property
getGettersetterforattributeProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.boolean
is(Element element)
static boolean
isInstance(Element element)
void
setGettersetterforattribute(Element element, Element value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
GETTER_SETTER_FOR_ATTRIBUTE
public static final java.lang.String GETTER_SETTER_FOR_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SetterStereotype
protected SetterStereotype(MagicDrawProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getGettersetterforattributeProperty
@CheckForNull public Property getGettersetterforattributeProperty()
-
setGettersetterforattribute
public void setGettersetterforattribute(Element element, @CheckForNull Element value)
-
clearGettersetterforattribute
public void clearGettersetterforattribute(Element element)
-
getGettersetterforattribute
@CheckForNull public Element getGettersetterforattribute(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-