Package com.nomagic.requirements.util
Class MDCustomizationForRequirements.NumberOwnerStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.requirements.util.MDCustomizationForRequirements.NumberOwnerStereotype
- Enclosing class:
- MDCustomizationForRequirements
public static class MDCustomizationForRequirements.NumberOwnerStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearNumberingStyle
(Element element) void
clearPrefix
(Element element) void
clearSeparator
(Element element) getNumberingStyle
(Element element) getSeparator
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
void
void
setSeparator
(Element element, Object value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
NUMBERINGSTYLE
- See Also:
-
PREFIX
- See Also:
-
SEPARATOR
- See Also:
-
-
Constructor Details
-
NumberOwnerStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getNumberingStyleProperty
-
getPrefixProperty
-
getSeparatorProperty
-
setNumberingStyle
public void setNumberingStyle(Element element, @CheckForNull MDCustomizationForRequirements.NumberingStyleEnum value) -
clearNumberingStyle
-
getNumberingStyle
@CheckForNull public MDCustomizationForRequirements.NumberingStyleEnum getNumberingStyle(Element element) -
setPrefix
-
clearPrefix
-
getPrefix
-
setSeparator
-
clearSeparator
-
getSeparator
-
clear
protected void clear() -
is
-
isInstance
-