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
Fields Modifier and Type Field Description static java.lang.StringNUMBERINGSTYLEstatic java.lang.StringPREFIXstatic java.lang.StringSEPARATORstatic java.lang.StringSTEREOTYPE_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protectedNumberOwnerStereotype(MDCustomizationForRequirements profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclear()voidclearNumberingStyle(Element element)voidclearPrefix(Element element)voidclearSeparator(Element element)MDCustomizationForRequirements.NumberingStyleEnumgetNumberingStyle(Element element)PropertygetNumberingStyleProperty()java.lang.ObjectgetPrefix(Element element)PropertygetPrefixProperty()java.lang.ObjectgetSeparator(Element element)PropertygetSeparatorProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)static booleanisInstance(Element element)voidsetNumberingStyle(Element element, MDCustomizationForRequirements.NumberingStyleEnum value)voidsetPrefix(Element element, java.lang.Object value)voidsetSeparator(Element element, java.lang.Object value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
NUMBERINGSTYLE
public static final java.lang.String NUMBERINGSTYLE
- See Also:
- Constant Field Values
-
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
-
SEPARATOR
public static final java.lang.String SEPARATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NumberOwnerStereotype
protected NumberOwnerStereotype(MDCustomizationForRequirements profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getNumberingStyleProperty
@CheckForNull public Property getNumberingStyleProperty()
-
getPrefixProperty
@CheckForNull public Property getPrefixProperty()
-
getSeparatorProperty
@CheckForNull public Property getSeparatorProperty()
-
setNumberingStyle
public void setNumberingStyle(Element element, @CheckForNull MDCustomizationForRequirements.NumberingStyleEnum value)
-
clearNumberingStyle
public void clearNumberingStyle(Element element)
-
getNumberingStyle
@CheckForNull public MDCustomizationForRequirements.NumberingStyleEnum getNumberingStyle(Element element)
-
setPrefix
public void setPrefix(Element element, @CheckForNull java.lang.Object value)
-
clearPrefix
public void clearPrefix(Element element)
-
getPrefix
@CheckForNull public java.lang.Object getPrefix(Element element)
-
setSeparator
public void setSeparator(Element element, @CheckForNull java.lang.Object value)
-
clearSeparator
public void clearSeparator(Element element)
-
getSeparator
@CheckForNull public java.lang.Object getSeparator(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-