public static class MagicDrawProfile.AutoNumberStereotype extends ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULTNUMBER |
static java.lang.String |
NUMBEREDPROPERTY |
static java.lang.String |
NUMBERINGSCHEME |
static java.lang.String |
PREFIX |
static java.lang.String |
STEREOTYPE_NAME |
static java.lang.String |
USEPREFIXONOWNER |
Modifier | Constructor and Description |
---|---|
protected |
AutoNumberStereotype(MagicDrawProfile profile) |
apply, unApply
getElement, getElementByName
public static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String DEFAULTNUMBER
public static final java.lang.String NUMBEREDPROPERTY
public static final java.lang.String NUMBERINGSCHEME
public static final java.lang.String PREFIX
public static final java.lang.String USEPREFIXONOWNER
protected AutoNumberStereotype(MagicDrawProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrapper
getStereotype
in class ProfileImplementation.StereotypeWrapper
@CheckForNull public Property getDefaultNumberProperty()
@CheckForNull public Property getNumberedPropertyProperty()
@CheckForNull public Property getNumberingSchemeProperty()
@CheckForNull public Property getPrefixProperty()
@CheckForNull public Property getUsePrefixOnOwnerProperty()
public void setDefaultNumber(Element element, @CheckForNull java.lang.Boolean value)
public void clearDefaultNumber(Element element)
@CheckForNull public java.lang.Boolean isDefaultNumber(Element element)
public void clearNumberedProperty(Element element)
public void clearNumberingScheme(Element element)
public void setPrefix(Element element, @CheckForNull java.lang.String value)
public void clearPrefix(Element element)
@CheckForNull public java.lang.String getPrefix(Element element)
public void setUsePrefixOnOwner(Element element, @CheckForNull java.lang.Boolean value)
public void clearUsePrefixOnOwner(Element element)
@CheckForNull public java.lang.Boolean isUsePrefixOnOwner(Element element)
protected void clear()
clear
in class ProfileImplementation.ProfileElementWrapper<Stereotype>
public boolean is(@CheckForNull Element element)
ProfileImplementation.StereotypeWrapper
is
in class ProfileImplementation.StereotypeWrapper
element
- elementpublic static boolean isInstance(@CheckForNull Element element)