Package com.nomagic.updm.utils
Class SoaMLProfile.PortStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.updm.utils.SoaMLProfile.PortStereotype
-
- Enclosing class:
- SoaMLProfile
public static class SoaMLProfile.PortStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private SoaMLProfile_pprivate PropertyconnectorRequiredstatic java.lang.StringCONNECTORREQUIREDstatic java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedPortStereotype(SoaMLProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearConnectorRequired(Element element)PropertygetConnectorRequiredProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)java.lang.BooleanisConnectorRequired(Element element)static booleanisInstance(Element element)voidsetConnectorRequired(Element element, java.lang.Boolean value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
CONNECTORREQUIRED
public static final java.lang.String CONNECTORREQUIRED
- See Also:
- Constant Field Values
-
_p
private final SoaMLProfile _p
-
connectorRequired
@CheckForNull private Property connectorRequired
-
-
Constructor Detail
-
PortStereotype
protected PortStereotype(SoaMLProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getConnectorRequiredProperty
@CheckForNull public Property getConnectorRequiredProperty()
-
setConnectorRequired
public void setConnectorRequired(Element element, @CheckForNull java.lang.Boolean value)
-
clearConnectorRequired
public void clearConnectorRequired(Element element)
-
isConnectorRequired
@CheckForNull public java.lang.Boolean isConnectorRequired(Element element)
-
clear
protected void clear()
- Overrides:
clearin classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-