Package com.nomagic.requirements.util
Class MDCustomizationForRequirements.RequirementTableStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.requirements.util.MDCustomizationForRequirements.RequirementTableStereotype
- Enclosing class:
- MDCustomizationForRequirements
public static class MDCustomizationForRequirements.RequirementTableStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Specify a Block or an Instance for the context-specific analysis of the Requirements verification using the Bounds, Property, Margin, and Value columns.static final String
static final String
static final String
Set to true to show the Context box in the Criteria area of the table.static final String
static final String
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addColumnsWidth
(Element element, Integer value) void
addCustomColumnElements
(Element element, Element value) void
addShowColumns
(Element element, Boolean value) void
addShowCustomColumns
(Element element, Boolean value) protected void
clear()
void
clearColumnsWidth
(Element element) void
clearContext
(Element element) void
clearCustomColumnElements
(Element element) void
clearShowColumns
(Element element) void
clearShowContext
(Element element) void
clearShowCustomColumns
(Element element) getColumnsWidth
(Element element) getContext
(Element element) getCustomColumnElements
(Element element) getShowColumns
(Element element) getShowCustomColumns
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isShowContext
(Element element) void
removeColumnsWidth
(Element element, Integer value) void
removeCustomColumnElements
(Element element, Element value) void
removeShowColumns
(Element element, Boolean value) void
removeShowCustomColumns
(Element element, Boolean value) void
setColumnsWidth
(Element element, Collection<Integer> value) void
setContext
(Element element, Element value) void
setCustomColumnElements
(Element element, Collection<? extends Element> value) void
setShowColumns
(Element element, Collection<Boolean> value) void
setShowContext
(Element element, Boolean value) void
setShowCustomColumns
(Element element, Collection<Boolean> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
COLUMNSWIDTH
- See Also:
-
CONTEXT
Specify a Block or an Instance for the context-specific analysis of the Requirements verification using the Bounds, Property, Margin, and Value columns.- See Also:
-
CUSTOMCOLUMNELEMENTS
- See Also:
-
SHOWCOLUMNS
- See Also:
-
SHOWCONTEXT
Set to true to show the Context box in the Criteria area of the table.- See Also:
-
SHOWCUSTOMCOLUMNS
- See Also:
-
-
Constructor Details
-
RequirementTableStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getColumnsWidthProperty
-
getContextProperty
-
getCustomColumnElementsProperty
-
getShowColumnsProperty
-
getShowContextProperty
-
getShowCustomColumnsProperty
-
setColumnsWidth
-
clearColumnsWidth
-
addColumnsWidth
-
removeColumnsWidth
-
getColumnsWidth
-
setContext
-
clearContext
-
getContext
-
setCustomColumnElements
public void setCustomColumnElements(Element element, @CheckForNull Collection<? extends Element> value) -
clearCustomColumnElements
-
addCustomColumnElements
-
removeCustomColumnElements
-
getCustomColumnElements
-
setShowColumns
-
clearShowColumns
-
addShowColumns
-
removeShowColumns
-
getShowColumns
-
setShowContext
-
clearShowContext
-
isShowContext
-
setShowCustomColumns
-
clearShowCustomColumns
-
addShowCustomColumns
-
removeShowCustomColumns
-
getShowCustomColumns
-
clear
protected void clear() -
is
-
isInstance
-