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
Fields Modifier and Type Field Description static java.lang.StringCOLUMNSWIDTHstatic java.lang.StringCONTEXTSpecify a Block or an Instance for the context-specific analysis of the Requirements verification using the Bounds, Property, Margin, and Value columns.static java.lang.StringCUSTOMCOLUMNELEMENTSstatic java.lang.StringSHOWCOLUMNSstatic java.lang.StringSHOWCONTEXTSet to true to show the Context box in the Criteria area of the table.static java.lang.StringSHOWCUSTOMCOLUMNSstatic java.lang.StringSTEREOTYPE_NAME 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedRequirementTableStereotype(MDCustomizationForRequirements profile) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddColumnsWidth(Element element, java.lang.Integer value)voidaddCustomColumnElements(Element element, Element value)voidaddShowColumns(Element element, java.lang.Boolean value)voidaddShowCustomColumns(Element element, java.lang.Boolean value)protected voidclear()voidclearColumnsWidth(Element element)voidclearContext(Element element)voidclearCustomColumnElements(Element element)voidclearShowColumns(Element element)voidclearShowContext(Element element)voidclearShowCustomColumns(Element element)java.util.List<java.lang.Integer>getColumnsWidth(Element element)PropertygetColumnsWidthProperty()ElementgetContext(Element element)PropertygetContextProperty()java.util.List<Element>getCustomColumnElements(Element element)PropertygetCustomColumnElementsProperty()java.util.List<java.lang.Boolean>getShowColumns(Element element)PropertygetShowColumnsProperty()PropertygetShowContextProperty()java.util.List<java.lang.Boolean>getShowCustomColumns(Element element)PropertygetShowCustomColumnsProperty()StereotypegetStereotype()Returns stereotype for this wrapper.booleanis(Element element)static booleanisInstance(Element element)java.lang.BooleanisShowContext(Element element)voidremoveColumnsWidth(Element element, java.lang.Integer value)voidremoveCustomColumnElements(Element element, Element value)voidremoveShowColumns(Element element, java.lang.Boolean value)voidremoveShowCustomColumns(Element element, java.lang.Boolean value)voidsetColumnsWidth(Element element, java.util.Collection<java.lang.Integer> value)voidsetContext(Element element, Element value)voidsetCustomColumnElements(Element element, java.util.Collection<? extends Element> value)voidsetShowColumns(Element element, java.util.Collection<java.lang.Boolean> value)voidsetShowContext(Element element, java.lang.Boolean value)voidsetShowCustomColumns(Element element, java.util.Collection<java.lang.Boolean> 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
 
 
- 
COLUMNSWIDTH
public static final java.lang.String COLUMNSWIDTH
- See Also:
 - Constant Field Values
 
 
- 
CONTEXT
public static final java.lang.String 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:
 - Constant Field Values
 
 
- 
CUSTOMCOLUMNELEMENTS
public static final java.lang.String CUSTOMCOLUMNELEMENTS
- See Also:
 - Constant Field Values
 
 
- 
SHOWCOLUMNS
public static final java.lang.String SHOWCOLUMNS
- See Also:
 - Constant Field Values
 
 
- 
SHOWCONTEXT
public static final java.lang.String SHOWCONTEXT
Set to true to show the Context box in the Criteria area of the table.- See Also:
 - Constant Field Values
 
 
- 
SHOWCUSTOMCOLUMNS
public static final java.lang.String SHOWCUSTOMCOLUMNS
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
RequirementTableStereotype
protected RequirementTableStereotype(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
 
 
- 
getColumnsWidthProperty
@CheckForNull public Property getColumnsWidthProperty()
 
- 
getContextProperty
@CheckForNull public Property getContextProperty()
 
- 
getCustomColumnElementsProperty
@CheckForNull public Property getCustomColumnElementsProperty()
 
- 
getShowColumnsProperty
@CheckForNull public Property getShowColumnsProperty()
 
- 
getShowContextProperty
@CheckForNull public Property getShowContextProperty()
 
- 
getShowCustomColumnsProperty
@CheckForNull public Property getShowCustomColumnsProperty()
 
- 
setColumnsWidth
public void setColumnsWidth(Element element, @CheckForNull java.util.Collection<java.lang.Integer> value)
 
- 
clearColumnsWidth
public void clearColumnsWidth(Element element)
 
- 
addColumnsWidth
public void addColumnsWidth(Element element, java.lang.Integer value)
 
- 
removeColumnsWidth
public void removeColumnsWidth(Element element, java.lang.Integer value)
 
- 
getColumnsWidth
public java.util.List<java.lang.Integer> getColumnsWidth(Element element)
 
- 
clearContext
public void clearContext(Element element)
 
- 
setCustomColumnElements
public void setCustomColumnElements(Element element, @CheckForNull java.util.Collection<? extends Element> value)
 
- 
clearCustomColumnElements
public void clearCustomColumnElements(Element element)
 
- 
setShowColumns
public void setShowColumns(Element element, @CheckForNull java.util.Collection<java.lang.Boolean> value)
 
- 
clearShowColumns
public void clearShowColumns(Element element)
 
- 
addShowColumns
public void addShowColumns(Element element, java.lang.Boolean value)
 
- 
removeShowColumns
public void removeShowColumns(Element element, java.lang.Boolean value)
 
- 
getShowColumns
public java.util.List<java.lang.Boolean> getShowColumns(Element element)
 
- 
setShowContext
public void setShowContext(Element element, @CheckForNull java.lang.Boolean value)
 
- 
clearShowContext
public void clearShowContext(Element element)
 
- 
isShowContext
@CheckForNull public java.lang.Boolean isShowContext(Element element)
 
- 
setShowCustomColumns
public void setShowCustomColumns(Element element, @CheckForNull java.util.Collection<java.lang.Boolean> value)
 
- 
clearShowCustomColumns
public void clearShowCustomColumns(Element element)
 
- 
addShowCustomColumns
public void addShowCustomColumns(Element element, java.lang.Boolean value)
 
- 
removeShowCustomColumns
public void removeShowCustomColumns(Element element, java.lang.Boolean value)
 
- 
getShowCustomColumns
public java.util.List<java.lang.Boolean> getShowCustomColumns(Element element)
 
- 
clear
protected void clear()
 
- 
is
public boolean is(@CheckForNull Element element) 
- 
isInstance
public static boolean isInstance(@CheckForNull Element element) 
 - 
 
 -