Class BPMN2Profile.AssignmentStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.AssignmentStereotype
-
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.AssignmentStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFROMstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringTO
-
Constructor Summary
Constructors Modifier Constructor Description protectedAssignmentStereotype(BPMN2Profile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearFrom(Element element)voidclearTo(Element element)ElementgetFrom(Element element)PropertygetFromProperty()StereotypegetStereotype()Returns stereotype for this wrapper.ElementgetTo(Element element)PropertygetToProperty()booleanis(Element element)static booleanisInstance(Element element)voidsetFrom(Element element, Element value)voidsetTo(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
-
FROM
public static final java.lang.String FROM
- See Also:
- Constant Field Values
-
TO
public static final java.lang.String TO
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AssignmentStereotype
protected AssignmentStereotype(BPMN2Profile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getFromProperty
@CheckForNull public Property getFromProperty()
-
getToProperty
@CheckForNull public Property getToProperty()
-
clearFrom
public void clearFrom(Element element)
-
clearTo
public void clearTo(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-