Package com.nomagic.updm.utils
Class SoaMLProfile.RequestStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.updm.utils.SoaMLProfile.RequestStereotype
-
- Enclosing class:
- SoaMLProfile
public static class SoaMLProfile.RequestStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private SoaMLProfile_pstatic java.lang.StringCONNECTORREQUIREDstatic java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedRequestStereotype(SoaMLProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
clear, 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
-
-
Constructor Detail
-
RequestStereotype
protected RequestStereotype(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)
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-