public static class SysMLProfile.DiagramDescriptionStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
COMPLETION_STATUS  | 
static java.lang.String | 
DESCRIPTION  | 
static java.lang.String | 
REFERENCE  | 
static java.lang.String | 
STEREOTYPE_NAME  | 
static java.lang.String | 
VERSION  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
DiagramDescriptionStereotype(SysMLProfile profile)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
clear()  | 
void | 
clearCompletionstatus(Element element)  | 
void | 
clearDescription(Element element)  | 
void | 
clearReference(Element element)  | 
void | 
clearVersion(Element element)  | 
java.lang.String | 
getCompletionstatus(Element element)  | 
Property | 
getCompletionstatusProperty()  | 
java.lang.String | 
getDescription(Element element)  | 
Property | 
getDescriptionProperty()  | 
Element | 
getReference(Element element)  | 
Property | 
getReferenceProperty()  | 
Stereotype | 
getStereotype()
Returns stereotype for this wrapper. 
 | 
java.lang.String | 
getVersion(Element element)  | 
Property | 
getVersionProperty()  | 
boolean | 
is(Element element)
Checks if stereotype of this wrapper is applied to given element. 
 | 
static boolean | 
isInstance(Element element)  | 
void | 
setCompletionstatus(Element element,
                   java.lang.String value)  | 
void | 
setDescription(Element element,
              java.lang.String value)  | 
void | 
setReference(Element element,
            Element value)  | 
void | 
setVersion(Element element,
          java.lang.String value)  | 
apply, unApplygetElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String COMPLETION_STATUS
public static final java.lang.String DESCRIPTION
public static final java.lang.String REFERENCE
public static final java.lang.String VERSION
protected DiagramDescriptionStereotype(SysMLProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getCompletionstatusProperty()
@CheckForNull public Property getDescriptionProperty()
@CheckForNull public Property getReferenceProperty()
@CheckForNull public Property getVersionProperty()
public void setCompletionstatus(Element element, @CheckForNull java.lang.String value)
public void clearCompletionstatus(Element element)
@CheckForNull public java.lang.String getCompletionstatus(Element element)
public void setDescription(Element element, @CheckForNull java.lang.String value)
public void clearDescription(Element element)
@CheckForNull public java.lang.String getDescription(Element element)
public void clearReference(Element element)
public void setVersion(Element element, @CheckForNull java.lang.String value)
public void clearVersion(Element element)
@CheckForNull public java.lang.String getVersion(Element element)
protected void clear()
clear in class ProfileImplementation.ProfileElementWrapper<Stereotype>public boolean is(@CheckForNull
                  Element element)
ProfileImplementation.StereotypeWrapperis in class ProfileImplementation.StereotypeWrapperelement - elementpublic static boolean isInstance(@CheckForNull
                                 Element element)