public static class MagicDrawProfile.SearchRuleStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
IMPLEMENTATION  | 
static java.lang.String | 
STEREOTYPE_NAME  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
SearchRuleStereotype(MagicDrawProfile profile)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clearImplementation(Element element)  | 
java.lang.String | 
getImplementation(Element element)  | 
Property | 
getImplementationProperty()  | 
Stereotype | 
getStereotype()
Returns stereotype for this wrapper. 
 | 
boolean | 
is(Element element)
Checks if stereotype of this wrapper is applied to given element. 
 | 
static boolean | 
isInstance(Element element)  | 
void | 
setImplementation(Element element,
                 java.lang.String value)  | 
apply, unApplyclear, getElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String IMPLEMENTATION
protected SearchRuleStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getImplementationProperty()
public void setImplementation(Element element, @CheckForNull java.lang.String value)
public void clearImplementation(Element element)
@CheckForNull public java.lang.String getImplementation(Element element)
public boolean is(@CheckForNull
                  Element element)
ProfileImplementation.StereotypeWrapperis in class ProfileImplementation.StereotypeWrapperelement - elementpublic static boolean isInstance(@CheckForNull
                                 Element element)