Package com.nomagic.magicdraw.simulation
Class SimulationProfile.DeactivationStereotype
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
 - 
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
 - 
- com.nomagic.magicdraw.simulation.SimulationProfile.DeactivationStereotype
 
 
 
 
- 
- Enclosing class:
 - SimulationProfile
 
public static class SimulationProfile.DeactivationStereotype extends ProfileImplementation.StereotypeWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private SimulationProfile_pstatic java.lang.StringELEMENTstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringTIMESTAMP 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedDeactivationStereotype(SimulationProfile profile) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearElement(Element element)voidclearTimestamp(Element element)ElementgetElement(Element element)PropertygetElementProperty()StereotypegetStereotype()Returns stereotype for this wrapper.java.lang.StringgetTimestamp(Element element)PropertygetTimestampProperty()booleanis(Element element)static booleanisInstance(Element element)voidsetElement(Element element, Element value)voidsetTimestamp(Element element, java.lang.String value)- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
clear, getElementByName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
 - Constant Field Values
 
 
- 
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
 - Constant Field Values
 
 
- 
TIMESTAMP
public static final java.lang.String TIMESTAMP
- See Also:
 - Constant Field Values
 
 
- 
_p
private final SimulationProfile _p
 
 - 
 
- 
Constructor Detail
- 
DeactivationStereotype
protected DeactivationStereotype(SimulationProfile profile)
 
 - 
 
- 
Method Detail
- 
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 
- 
getElementProperty
@CheckForNull public Property getElementProperty()
 
- 
getTimestampProperty
@CheckForNull public Property getTimestampProperty()
 
- 
clearElement
public void clearElement(Element element)
 
- 
setTimestamp
public void setTimestamp(Element element, @CheckForNull java.lang.String value)
 
- 
clearTimestamp
public void clearTimestamp(Element element)
 
- 
getTimestamp
@CheckForNull public java.lang.String getTimestamp(Element element)
 
- 
is
public boolean is(@CheckForNull Element element) 
- 
isInstance
public static boolean isInstance(@CheckForNull Element element) 
 - 
 
 -