Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.UniformStereotype
- java.lang.Object
 - 
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
 - 
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
 - 
- com.nomagic.magicdraw.sysml.util.SysMLProfile.UniformStereotype
 
 
 
 
- 
- Enclosing class:
 - SysMLProfile
 
public static class SysMLProfile.UniformStereotype extends ProfileImplementation.StereotypeWrapper
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private SysMLProfile_pstatic java.lang.StringMAXstatic java.lang.StringMINstatic java.lang.StringSTEREOTYPE_NAME 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedUniformStereotype(SysMLProfile profile) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 
- 
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
 
 
- 
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
 
 
- 
_p
private final SysMLProfile _p
 
 - 
 
- 
Constructor Detail
- 
UniformStereotype
protected UniformStereotype(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)
 
- 
is
public boolean is(@CheckForNull Element element) 
- 
isInstance
public static boolean isInstance(@CheckForNull Element element) 
 - 
 
 -