Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.BasicIntervalStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.sysml.util.SysMLProfile.BasicIntervalStereotype
-
- Enclosing class:
- SysMLProfile
public static class SysMLProfile.BasicIntervalStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAXstatic java.lang.StringMINstatic java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedBasicIntervalStereotype(SysMLProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearMax(Element element)voidclearMin(Element element)java.lang.DoublegetMax(Element element)PropertygetMaxProperty()java.lang.DoublegetMin(Element element)PropertygetMinProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)static booleanisInstance(Element element)voidsetMax(Element element, java.lang.Double value)voidsetMin(Element element, java.lang.Double 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
-
MAX
public static final java.lang.String MAX
- See Also:
- Constant Field Values
-
MIN
public static final java.lang.String MIN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BasicIntervalStereotype
protected BasicIntervalStereotype(SysMLProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getMaxProperty
@CheckForNull public Property getMaxProperty()
-
getMinProperty
@CheckForNull public Property getMinProperty()
-
setMax
public void setMax(Element element, @CheckForNull java.lang.Double value)
-
clearMax
public void clearMax(Element element)
-
getMax
@CheckForNull public java.lang.Double getMax(Element element)
-
setMin
public void setMin(Element element, @CheckForNull java.lang.Double value)
-
clearMin
public void clearMin(Element element)
-
getMin
@CheckForNull public java.lang.Double getMin(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-