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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidclear()voidclearValues(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveValues(Element element, String value) voidsetValues(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getValuesProperty
-
setValues
-
clearValues
-
addValues
-
removeValues
-
getValues
-
clear
protected void clear() -
is
-
isInstance
-