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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringSpecify a Block or an Instance for the context-specific analysis of the Requirements verification using the Bounds, Property, Margin, and Value columns.static final Stringstatic final Stringstatic final StringSet to true to show the Context box in the Criteria area of the table.static final Stringstatic final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumnsWidth(Element element, Integer value) voidaddCustomColumnElements(Element element, Element value) voidaddShowColumns(Element element, Boolean value) voidaddShowCustomColumns(Element element, Boolean value) protected voidclear()voidclearColumnsWidth(Element element) voidclearContext(Element element) voidclearCustomColumnElements(Element element) voidclearShowColumns(Element element) voidclearShowContext(Element element) voidclearShowCustomColumns(Element element) getColumnsWidth(Element element) getContext(Element element) getCustomColumnElements(Element element) getShowColumns(Element element) getShowCustomColumns(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isShowContext(Element element) voidremoveColumnsWidth(Element element, Integer value) voidremoveCustomColumnElements(Element element, Element value) voidremoveShowColumns(Element element, Boolean value) voidremoveShowCustomColumns(Element element, Boolean value) voidsetColumnsWidth(Element element, Collection<Integer> value) voidsetContext(Element element, Element value) voidsetCustomColumnElements(Element element, Collection<? extends Element> value) voidsetShowColumns(Element element, Collection<Boolean> value) voidsetShowContext(Element element, Boolean value) voidsetShowCustomColumns(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-