Package com.nomagic.uml2
Class MagicDrawProfile.SuggestedStringValuesStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.SuggestedStringValuesStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.SuggestedStringValuesStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
clear()
void
clearValues
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeValues
(Element element, String value) void
setValues
(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
VALUES
- See Also:
-
-
Constructor Details
-
SuggestedStringValuesStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getValuesProperty
-
setValues
-
clearValues
-
addValues
-
removeValues
-
getValues
-
clear
protected void clear() -
is
-
isInstance
-