Package com.nomagic.uml2
Class MagicDrawProfile.InstanceTableStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.InstanceTableStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.InstanceTableStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADDITIONALELEMENTSAdditional elements field specifies the elements that are included into the table regardless of the scope.private Propertyclassifiersstatic java.lang.StringCLASSIFIERSstatic java.lang.StringCOLUMNELEMENTSstatic java.lang.StringCOLUMNIDSstatic java.lang.StringCOLUMNWIDTHstatic java.lang.StringCUSTOMCOLUMNSstatic java.lang.StringDEFAULTROWELEMENTSOWNERThe default owner for an element represented by a newly added table row.static java.lang.StringDESCRIPTIONAREAstatic java.lang.StringDISPLAYMODEstatic java.lang.StringEXCLUDEDELEMENTSExcluded elements field specifies the list of elements that are not included into the table even if they are present in the scope.static java.lang.StringEXPANDEDROWSstatic java.lang.StringHIDECOLUMNSstatic java.lang.StringINCLUDECUSTOMTYPESOFROWTYPESSelect to include the custom types that extend the specified row element types.static java.lang.StringINCLUDESUBTYPESOFROWTYPESSelect to include the subtypes of the specified row element types.static java.lang.StringLEGENDSstatic java.lang.StringLIMITROWHEIGHTSelect to limit the row height to 10 element values or plain text lines per cell.static java.lang.StringLOADPARTIALLYSelect to calculate and represent data only in visible cells.static java.lang.StringOPTIONSprivate MagicDrawProfileprofilestatic java.lang.StringQUERYSpecify the expression to collect row elements.static java.lang.StringROWELEMENTSstatic java.lang.StringROWELEMENTTYPESelect the type of elements to be shown as row elements.static java.lang.StringROWFILTERSstatic java.lang.StringROWSORDERstatic java.lang.StringSCOPEAll the model elements of the suitable type, contained in the scope are included into the table.static java.lang.StringSHOWCOLUMNICONSstatic java.lang.StringSHOWDETAILEDCOLUMNNAMEstatic java.lang.StringSHOWELEMENTNUMBERSet to true to display element number in the name column.static java.lang.StringSHOWELEMENTTYPESet to true to show the element type specification box in the criteria area of the table.static java.lang.StringSHOWFILTERstatic java.lang.StringSHOWFULLPATHstatic java.lang.StringSHOWSCOPEstatic java.lang.StringSHOWSCOPEASROOTSet to true to show scope as a root node in tree display mode.private PropertyshowUnitsOnColumnstatic java.lang.StringSHOWUNITSONCOLUMNprivate PropertyshowUnitsOnValuesstatic java.lang.StringSHOWUNITSONVALUESstatic java.lang.StringSORTstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringWRAPTEXTSelect to wrap long text.
-
Constructor Summary
Constructors Modifier Constructor Description protectedInstanceTableStereotype(MagicDrawProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAdditionalElements(Element element, Element value)voidaddClassifiers(Element element, Element value)voidaddColumnElements(Element element, java.lang.String value)voidaddColumnIds(Element element, java.lang.String value)voidaddColumnWidth(Element element, java.lang.Integer value)voidaddCustomColumns(Element element, java.lang.String value)voidaddExcludedElements(Element element, Element value)voidaddExpandedRows(Element element, java.lang.String value)voidaddHideColumns(Element element, java.lang.String value)voidaddLegends(Element element, Element value)voidaddOptions(Element element, java.lang.String value)voidaddRowElements(Element element, java.lang.String value)voidaddRowElementType(Element element, Element value)voidaddRowFilters(Element element, java.lang.String value)voidaddScope(Element element, Element value)voidaddSort(Element element, java.lang.String value)protected voidclear()voidclearAdditionalElements(Element element)voidclearClassifiers(Element element)voidclearColumnElements(Element element)voidclearColumnIds(Element element)voidclearColumnWidth(Element element)voidclearCustomColumns(Element element)voidclearDefaultRowElementsOwner(Element element)voidclearDescriptionArea(Element element)voidclearDisplayMode(Element element)voidclearExcludedElements(Element element)voidclearExpandedRows(Element element)voidclearHideColumns(Element element)voidclearIncludeCustomTypesOfRowTypes(Element element)voidclearIncludeSubtypesOfRowTypes(Element element)voidclearLegends(Element element)voidclearLimitRowHeight(Element element)voidclearLoadPartially(Element element)voidclearOptions(Element element)voidclearQuery(Element element)voidclearRowElements(Element element)voidclearRowElementType(Element element)voidclearRowFilters(Element element)voidclearRowsOrder(Element element)voidclearScope(Element element)voidclearShowColumnIcons(Element element)voidclearShowDetailedColumnName(Element element)voidclearShowElementNumber(Element element)voidclearShowElementType(Element element)voidclearShowFilter(Element element)voidclearShowFullPath(Element element)voidclearShowScope(Element element)voidclearShowScopeAsRoot(Element element)voidclearShowUnitsOnColumn(Element element)voidclearShowUnitsOnValues(Element element)voidclearSort(Element element)voidclearWrapText(Element element)java.util.List<Element>getAdditionalElements(Element element)PropertygetAdditionalElementsProperty()java.util.List<Element>getClassifiers(Element element)PropertygetClassifiersProperty()java.util.List<java.lang.String>getColumnElements(Element element)PropertygetColumnElementsProperty()java.util.List<java.lang.String>getColumnIds(Element element)PropertygetColumnIdsProperty()java.util.List<java.lang.Integer>getColumnWidth(Element element)PropertygetColumnWidthProperty()java.util.List<java.lang.String>getCustomColumns(Element element)PropertygetCustomColumnsProperty()ElementgetDefaultRowElementsOwner(Element element)PropertygetDefaultRowElementsOwnerProperty()java.lang.StringgetDescriptionArea(Element element)PropertygetDescriptionAreaProperty()MagicDrawProfile.TableDisplayModeEnumgetDisplayMode(Element element)PropertygetDisplayModeProperty()java.util.List<Element>getExcludedElements(Element element)PropertygetExcludedElementsProperty()java.util.List<java.lang.String>getExpandedRows(Element element)PropertygetExpandedRowsProperty()java.util.List<java.lang.String>getHideColumns(Element element)PropertygetHideColumnsProperty()PropertygetIncludeCustomTypesOfRowTypesProperty()PropertygetIncludeSubtypesOfRowTypesProperty()java.util.List<Element>getLegends(Element element)PropertygetLegendsProperty()PropertygetLimitRowHeightProperty()PropertygetLoadPartiallyProperty()java.util.List<java.lang.String>getOptions(Element element)PropertygetOptionsProperty()java.lang.ObjectgetQuery(Element element)PropertygetQueryProperty()java.util.List<java.lang.String>getRowElements(Element element)PropertygetRowElementsProperty()java.util.List<Element>getRowElementType(Element element)PropertygetRowElementTypeProperty()java.util.List<java.lang.String>getRowFilters(Element element)PropertygetRowFiltersProperty()java.lang.StringgetRowsOrder(Element element)PropertygetRowsOrderProperty()java.util.List<Element>getScope(Element element)PropertygetScopeProperty()PropertygetShowColumnIconsProperty()PropertygetShowDetailedColumnNameProperty()PropertygetShowElementNumberProperty()PropertygetShowElementTypeProperty()PropertygetShowFilterProperty()PropertygetShowFullPathProperty()PropertygetShowScopeAsRootProperty()PropertygetShowScopeProperty()PropertygetShowUnitsOnColumnProperty()PropertygetShowUnitsOnValuesProperty()java.util.List<java.lang.String>getSort(Element element)PropertygetSortProperty()StereotypegetStereotype()Returns stereotype for this wrapper.PropertygetWrapTextProperty()booleanis(Element element)Checks if stereotype of this wrapper is applied to given element.java.lang.BooleanisIncludeCustomTypesOfRowTypes(Element element)java.lang.BooleanisIncludeSubtypesOfRowTypes(Element element)static booleanisInstance(Element element)java.lang.BooleanisLimitRowHeight(Element element)java.lang.BooleanisLoadPartially(Element element)java.lang.BooleanisShowColumnIcons(Element element)java.lang.BooleanisShowDetailedColumnName(Element element)java.lang.BooleanisShowElementNumber(Element element)java.lang.BooleanisShowElementType(Element element)java.lang.BooleanisShowFilter(Element element)java.lang.BooleanisShowFullPath(Element element)java.lang.BooleanisShowScope(Element element)java.lang.BooleanisShowScopeAsRoot(Element element)java.lang.BooleanisShowUnitsOnColumn(Element element)java.lang.BooleanisShowUnitsOnValues(Element element)java.lang.BooleanisWrapText(Element element)voidremoveAdditionalElements(Element element, Element value)voidremoveClassifiers(Element element, Element value)voidremoveColumnElements(Element element, java.lang.String value)voidremoveColumnIds(Element element, java.lang.String value)voidremoveColumnWidth(Element element, java.lang.Integer value)voidremoveCustomColumns(Element element, java.lang.String value)voidremoveExcludedElements(Element element, Element value)voidremoveExpandedRows(Element element, java.lang.String value)voidremoveHideColumns(Element element, java.lang.String value)voidremoveLegends(Element element, Element value)voidremoveOptions(Element element, java.lang.String value)voidremoveRowElements(Element element, java.lang.String value)voidremoveRowElementType(Element element, Element value)voidremoveRowFilters(Element element, java.lang.String value)voidremoveScope(Element element, Element value)voidremoveSort(Element element, java.lang.String value)voidsetAdditionalElements(Element element, java.util.Collection<? extends Element> value)voidsetClassifiers(Element element, java.util.Collection<? extends Element> value)voidsetColumnElements(Element element, java.util.Collection<java.lang.String> value)voidsetColumnIds(Element element, java.util.Collection<java.lang.String> value)voidsetColumnWidth(Element element, java.util.Collection<java.lang.Integer> value)voidsetCustomColumns(Element element, java.util.Collection<java.lang.String> value)voidsetDefaultRowElementsOwner(Element element, Element value)voidsetDescriptionArea(Element element, java.lang.String value)voidsetDisplayMode(Element element, MagicDrawProfile.TableDisplayModeEnum value)voidsetExcludedElements(Element element, java.util.Collection<? extends Element> value)voidsetExpandedRows(Element element, java.util.Collection<java.lang.String> value)voidsetHideColumns(Element element, java.util.Collection<java.lang.String> value)voidsetIncludeCustomTypesOfRowTypes(Element element, java.lang.Boolean value)voidsetIncludeSubtypesOfRowTypes(Element element, java.lang.Boolean value)voidsetLegends(Element element, java.util.Collection<? extends Element> value)voidsetLimitRowHeight(Element element, java.lang.Boolean value)voidsetLoadPartially(Element element, java.lang.Boolean value)voidsetOptions(Element element, java.util.Collection<java.lang.String> value)voidsetQuery(Element element, java.lang.Object value)voidsetRowElements(Element element, java.util.Collection<java.lang.String> value)voidsetRowElementType(Element element, java.util.Collection<? extends Element> value)voidsetRowFilters(Element element, java.util.Collection<java.lang.String> value)voidsetRowsOrder(Element element, java.lang.String value)voidsetScope(Element element, java.util.Collection<? extends Element> value)voidsetShowColumnIcons(Element element, java.lang.Boolean value)voidsetShowDetailedColumnName(Element element, java.lang.Boolean value)voidsetShowElementNumber(Element element, java.lang.Boolean value)voidsetShowElementType(Element element, java.lang.Boolean value)voidsetShowFilter(Element element, java.lang.Boolean value)voidsetShowFullPath(Element element, java.lang.Boolean value)voidsetShowScope(Element element, java.lang.Boolean value)voidsetShowScopeAsRoot(Element element, java.lang.Boolean value)voidsetShowUnitsOnColumn(Element element, java.lang.Boolean value)voidsetShowUnitsOnValues(Element element, java.lang.Boolean value)voidsetSort(Element element, java.util.Collection<java.lang.String> value)voidsetWrapText(Element element, java.lang.Boolean value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, toBoolean, toDouble, toInteger, toString, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
CLASSIFIERS
public static final java.lang.String CLASSIFIERS
- See Also:
- Constant Field Values
-
SHOWUNITSONCOLUMN
public static final java.lang.String SHOWUNITSONCOLUMN
- See Also:
- Constant Field Values
-
SHOWUNITSONVALUES
public static final java.lang.String SHOWUNITSONVALUES
- See Also:
- Constant Field Values
-
ADDITIONALELEMENTS
public static final java.lang.String ADDITIONALELEMENTS
Additional elements field specifies the elements that are included into the table regardless of the scope.- See Also:
- Constant Field Values
-
COLUMNELEMENTS
public static final java.lang.String COLUMNELEMENTS
- See Also:
- Constant Field Values
-
COLUMNIDS
public static final java.lang.String COLUMNIDS
- See Also:
- Constant Field Values
-
COLUMNWIDTH
public static final java.lang.String COLUMNWIDTH
- See Also:
- Constant Field Values
-
CUSTOMCOLUMNS
public static final java.lang.String CUSTOMCOLUMNS
- See Also:
- Constant Field Values
-
DEFAULTROWELEMENTSOWNER
public static final java.lang.String DEFAULTROWELEMENTSOWNER
The default owner for an element represented by a newly added table row.- See Also:
- Constant Field Values
-
DESCRIPTIONAREA
public static final java.lang.String DESCRIPTIONAREA
- See Also:
- Constant Field Values
-
DISPLAYMODE
public static final java.lang.String DISPLAYMODE
- See Also:
- Constant Field Values
-
EXCLUDEDELEMENTS
public static final java.lang.String EXCLUDEDELEMENTS
Excluded elements field specifies the list of elements that are not included into the table even if they are present in the scope.- See Also:
- Constant Field Values
-
EXPANDEDROWS
public static final java.lang.String EXPANDEDROWS
- See Also:
- Constant Field Values
-
HIDECOLUMNS
public static final java.lang.String HIDECOLUMNS
- See Also:
- Constant Field Values
-
INCLUDECUSTOMTYPESOFROWTYPES
public static final java.lang.String INCLUDECUSTOMTYPESOFROWTYPES
Select to include the custom types that extend the specified row element types. For example, if you specify a Package as a row element type, the custom types, such as a Smart Package, extending the Package will also be included.- See Also:
- Constant Field Values
-
INCLUDESUBTYPESOFROWTYPES
public static final java.lang.String INCLUDESUBTYPESOFROWTYPES
Select to include the subtypes of the specified row element types. For example, if you specify a Package as a row element type, its subtypes, such as a Model and Profile, will also be included.- See Also:
- Constant Field Values
-
LEGENDS
public static final java.lang.String LEGENDS
- See Also:
- Constant Field Values
-
LIMITROWHEIGHT
public static final java.lang.String LIMITROWHEIGHT
Select to limit the row height to 10 element values or plain text lines per cell.- See Also:
- Constant Field Values
-
LOADPARTIALLY
public static final java.lang.String LOADPARTIALLY
Select to calculate and represent data only in visible cells.- See Also:
- Constant Field Values
-
OPTIONS
public static final java.lang.String OPTIONS
- See Also:
- Constant Field Values
-
QUERY
public static final java.lang.String QUERY
Specify the expression to collect row elements.- See Also:
- Constant Field Values
-
ROWELEMENTTYPE
public static final java.lang.String ROWELEMENTTYPE
Select the type of elements to be shown as row elements.- See Also:
- Constant Field Values
-
ROWELEMENTS
public static final java.lang.String ROWELEMENTS
- See Also:
- Constant Field Values
-
ROWFILTERS
public static final java.lang.String ROWFILTERS
- See Also:
- Constant Field Values
-
ROWSORDER
public static final java.lang.String ROWSORDER
- See Also:
- Constant Field Values
-
SCOPE
public static final java.lang.String SCOPE
All the model elements of the suitable type, contained in the scope are included into the table. When more elements are added to the scope they are automatically added to the table.- See Also:
- Constant Field Values
-
SHOWCOLUMNICONS
public static final java.lang.String SHOWCOLUMNICONS
- See Also:
- Constant Field Values
-
SHOWDETAILEDCOLUMNNAME
public static final java.lang.String SHOWDETAILEDCOLUMNNAME
- See Also:
- Constant Field Values
-
SHOWELEMENTNUMBER
public static final java.lang.String SHOWELEMENTNUMBER
Set to true to display element number in the name column.- See Also:
- Constant Field Values
-
SHOWELEMENTTYPE
public static final java.lang.String SHOWELEMENTTYPE
Set to true to show the element type specification box in the criteria area of the table.- See Also:
- Constant Field Values
-
SHOWFILTER
public static final java.lang.String SHOWFILTER
- See Also:
- Constant Field Values
-
SHOWFULLPATH
public static final java.lang.String SHOWFULLPATH
- See Also:
- Constant Field Values
-
SHOWSCOPE
public static final java.lang.String SHOWSCOPE
- See Also:
- Constant Field Values
-
SHOWSCOPEASROOT
public static final java.lang.String SHOWSCOPEASROOT
Set to true to show scope as a root node in tree display mode.- See Also:
- Constant Field Values
-
SORT
public static final java.lang.String SORT
- See Also:
- Constant Field Values
-
WRAPTEXT
public static final java.lang.String WRAPTEXT
Select to wrap long text.- See Also:
- Constant Field Values
-
profile
private final MagicDrawProfile profile
-
classifiers
@CheckForNull private Property classifiers
-
showUnitsOnColumn
@CheckForNull private Property showUnitsOnColumn
-
showUnitsOnValues
@CheckForNull private Property showUnitsOnValues
-
-
Constructor Detail
-
InstanceTableStereotype
protected InstanceTableStereotype(MagicDrawProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getClassifiersProperty
@CheckForNull public Property getClassifiersProperty()
-
getShowUnitsOnColumnProperty
@CheckForNull public Property getShowUnitsOnColumnProperty()
-
getShowUnitsOnValuesProperty
@CheckForNull public Property getShowUnitsOnValuesProperty()
-
getAdditionalElementsProperty
@CheckForNull public Property getAdditionalElementsProperty()
-
getColumnElementsProperty
@CheckForNull public Property getColumnElementsProperty()
-
getColumnIdsProperty
@CheckForNull public Property getColumnIdsProperty()
-
getColumnWidthProperty
@CheckForNull public Property getColumnWidthProperty()
-
getCustomColumnsProperty
@CheckForNull public Property getCustomColumnsProperty()
-
getDefaultRowElementsOwnerProperty
@CheckForNull public Property getDefaultRowElementsOwnerProperty()
-
getDescriptionAreaProperty
@CheckForNull public Property getDescriptionAreaProperty()
-
getDisplayModeProperty
@CheckForNull public Property getDisplayModeProperty()
-
getExcludedElementsProperty
@CheckForNull public Property getExcludedElementsProperty()
-
getExpandedRowsProperty
@CheckForNull public Property getExpandedRowsProperty()
-
getHideColumnsProperty
@CheckForNull public Property getHideColumnsProperty()
-
getIncludeCustomTypesOfRowTypesProperty
@CheckForNull public Property getIncludeCustomTypesOfRowTypesProperty()
-
getIncludeSubtypesOfRowTypesProperty
@CheckForNull public Property getIncludeSubtypesOfRowTypesProperty()
-
getLegendsProperty
@CheckForNull public Property getLegendsProperty()
-
getLimitRowHeightProperty
@CheckForNull public Property getLimitRowHeightProperty()
-
getLoadPartiallyProperty
@CheckForNull public Property getLoadPartiallyProperty()
-
getOptionsProperty
@CheckForNull public Property getOptionsProperty()
-
getQueryProperty
@CheckForNull public Property getQueryProperty()
-
getRowElementTypeProperty
@CheckForNull public Property getRowElementTypeProperty()
-
getRowElementsProperty
@CheckForNull public Property getRowElementsProperty()
-
getRowFiltersProperty
@CheckForNull public Property getRowFiltersProperty()
-
getRowsOrderProperty
@CheckForNull public Property getRowsOrderProperty()
-
getScopeProperty
@CheckForNull public Property getScopeProperty()
-
getShowColumnIconsProperty
@CheckForNull public Property getShowColumnIconsProperty()
-
getShowDetailedColumnNameProperty
@CheckForNull public Property getShowDetailedColumnNameProperty()
-
getShowElementNumberProperty
@CheckForNull public Property getShowElementNumberProperty()
-
getShowElementTypeProperty
@CheckForNull public Property getShowElementTypeProperty()
-
getShowFilterProperty
@CheckForNull public Property getShowFilterProperty()
-
getShowFullPathProperty
@CheckForNull public Property getShowFullPathProperty()
-
getShowScopeProperty
@CheckForNull public Property getShowScopeProperty()
-
getShowScopeAsRootProperty
@CheckForNull public Property getShowScopeAsRootProperty()
-
getSortProperty
@CheckForNull public Property getSortProperty()
-
getWrapTextProperty
@CheckForNull public Property getWrapTextProperty()
-
setClassifiers
public void setClassifiers(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearClassifiers
public void clearClassifiers(Element element)
-
setShowUnitsOnColumn
public void setShowUnitsOnColumn(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowUnitsOnColumn
public void clearShowUnitsOnColumn(Element element)
-
isShowUnitsOnColumn
@CheckForNull public java.lang.Boolean isShowUnitsOnColumn(Element element)
-
setShowUnitsOnValues
public void setShowUnitsOnValues(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowUnitsOnValues
public void clearShowUnitsOnValues(Element element)
-
isShowUnitsOnValues
@CheckForNull public java.lang.Boolean isShowUnitsOnValues(Element element)
-
setAdditionalElements
public void setAdditionalElements(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearAdditionalElements
public void clearAdditionalElements(Element element)
-
setColumnElements
public void setColumnElements(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearColumnElements
public void clearColumnElements(Element element)
-
addColumnElements
public void addColumnElements(Element element, java.lang.String value)
-
removeColumnElements
public void removeColumnElements(Element element, java.lang.String value)
-
getColumnElements
public java.util.List<java.lang.String> getColumnElements(Element element)
-
setColumnIds
public void setColumnIds(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearColumnIds
public void clearColumnIds(Element element)
-
addColumnIds
public void addColumnIds(Element element, java.lang.String value)
-
removeColumnIds
public void removeColumnIds(Element element, java.lang.String value)
-
getColumnIds
public java.util.List<java.lang.String> getColumnIds(Element element)
-
setColumnWidth
public void setColumnWidth(Element element, @CheckForNull java.util.Collection<java.lang.Integer> value)
-
clearColumnWidth
public void clearColumnWidth(Element element)
-
addColumnWidth
public void addColumnWidth(Element element, java.lang.Integer value)
-
removeColumnWidth
public void removeColumnWidth(Element element, java.lang.Integer value)
-
getColumnWidth
public java.util.List<java.lang.Integer> getColumnWidth(Element element)
-
setCustomColumns
public void setCustomColumns(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearCustomColumns
public void clearCustomColumns(Element element)
-
addCustomColumns
public void addCustomColumns(Element element, java.lang.String value)
-
removeCustomColumns
public void removeCustomColumns(Element element, java.lang.String value)
-
getCustomColumns
public java.util.List<java.lang.String> getCustomColumns(Element element)
-
setDefaultRowElementsOwner
public void setDefaultRowElementsOwner(Element element, @CheckForNull Element value)
-
clearDefaultRowElementsOwner
public void clearDefaultRowElementsOwner(Element element)
-
getDefaultRowElementsOwner
@CheckForNull public Element getDefaultRowElementsOwner(Element element)
-
setDescriptionArea
public void setDescriptionArea(Element element, @CheckForNull java.lang.String value)
-
clearDescriptionArea
public void clearDescriptionArea(Element element)
-
getDescriptionArea
@CheckForNull public java.lang.String getDescriptionArea(Element element)
-
setDisplayMode
public void setDisplayMode(Element element, @CheckForNull MagicDrawProfile.TableDisplayModeEnum value)
-
clearDisplayMode
public void clearDisplayMode(Element element)
-
getDisplayMode
@CheckForNull public MagicDrawProfile.TableDisplayModeEnum getDisplayMode(Element element)
-
setExcludedElements
public void setExcludedElements(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearExcludedElements
public void clearExcludedElements(Element element)
-
setExpandedRows
public void setExpandedRows(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearExpandedRows
public void clearExpandedRows(Element element)
-
addExpandedRows
public void addExpandedRows(Element element, java.lang.String value)
-
removeExpandedRows
public void removeExpandedRows(Element element, java.lang.String value)
-
getExpandedRows
public java.util.List<java.lang.String> getExpandedRows(Element element)
-
setHideColumns
public void setHideColumns(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearHideColumns
public void clearHideColumns(Element element)
-
addHideColumns
public void addHideColumns(Element element, java.lang.String value)
-
removeHideColumns
public void removeHideColumns(Element element, java.lang.String value)
-
getHideColumns
public java.util.List<java.lang.String> getHideColumns(Element element)
-
setIncludeCustomTypesOfRowTypes
public void setIncludeCustomTypesOfRowTypes(Element element, @CheckForNull java.lang.Boolean value)
-
clearIncludeCustomTypesOfRowTypes
public void clearIncludeCustomTypesOfRowTypes(Element element)
-
isIncludeCustomTypesOfRowTypes
@CheckForNull public java.lang.Boolean isIncludeCustomTypesOfRowTypes(Element element)
-
setIncludeSubtypesOfRowTypes
public void setIncludeSubtypesOfRowTypes(Element element, @CheckForNull java.lang.Boolean value)
-
clearIncludeSubtypesOfRowTypes
public void clearIncludeSubtypesOfRowTypes(Element element)
-
isIncludeSubtypesOfRowTypes
@CheckForNull public java.lang.Boolean isIncludeSubtypesOfRowTypes(Element element)
-
setLegends
public void setLegends(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearLegends
public void clearLegends(Element element)
-
setLimitRowHeight
public void setLimitRowHeight(Element element, @CheckForNull java.lang.Boolean value)
-
clearLimitRowHeight
public void clearLimitRowHeight(Element element)
-
isLimitRowHeight
@CheckForNull public java.lang.Boolean isLimitRowHeight(Element element)
-
setLoadPartially
public void setLoadPartially(Element element, @CheckForNull java.lang.Boolean value)
-
clearLoadPartially
public void clearLoadPartially(Element element)
-
isLoadPartially
@CheckForNull public java.lang.Boolean isLoadPartially(Element element)
-
setOptions
public void setOptions(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearOptions
public void clearOptions(Element element)
-
addOptions
public void addOptions(Element element, java.lang.String value)
-
removeOptions
public void removeOptions(Element element, java.lang.String value)
-
getOptions
public java.util.List<java.lang.String> getOptions(Element element)
-
setQuery
public void setQuery(Element element, @CheckForNull java.lang.Object value)
-
clearQuery
public void clearQuery(Element element)
-
getQuery
@CheckForNull public java.lang.Object getQuery(Element element)
-
setRowElementType
public void setRowElementType(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearRowElementType
public void clearRowElementType(Element element)
-
setRowElements
public void setRowElements(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearRowElements
public void clearRowElements(Element element)
-
addRowElements
public void addRowElements(Element element, java.lang.String value)
-
removeRowElements
public void removeRowElements(Element element, java.lang.String value)
-
getRowElements
public java.util.List<java.lang.String> getRowElements(Element element)
-
setRowFilters
public void setRowFilters(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearRowFilters
public void clearRowFilters(Element element)
-
addRowFilters
public void addRowFilters(Element element, java.lang.String value)
-
removeRowFilters
public void removeRowFilters(Element element, java.lang.String value)
-
getRowFilters
public java.util.List<java.lang.String> getRowFilters(Element element)
-
setRowsOrder
public void setRowsOrder(Element element, @CheckForNull java.lang.String value)
-
clearRowsOrder
public void clearRowsOrder(Element element)
-
getRowsOrder
@CheckForNull public java.lang.String getRowsOrder(Element element)
-
setScope
public void setScope(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearScope
public void clearScope(Element element)
-
setShowColumnIcons
public void setShowColumnIcons(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowColumnIcons
public void clearShowColumnIcons(Element element)
-
isShowColumnIcons
@CheckForNull public java.lang.Boolean isShowColumnIcons(Element element)
-
setShowDetailedColumnName
public void setShowDetailedColumnName(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowDetailedColumnName
public void clearShowDetailedColumnName(Element element)
-
isShowDetailedColumnName
@CheckForNull public java.lang.Boolean isShowDetailedColumnName(Element element)
-
setShowElementNumber
public void setShowElementNumber(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowElementNumber
public void clearShowElementNumber(Element element)
-
isShowElementNumber
@CheckForNull public java.lang.Boolean isShowElementNumber(Element element)
-
setShowElementType
public void setShowElementType(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowElementType
public void clearShowElementType(Element element)
-
isShowElementType
@CheckForNull public java.lang.Boolean isShowElementType(Element element)
-
setShowFilter
public void setShowFilter(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowFilter
public void clearShowFilter(Element element)
-
isShowFilter
@CheckForNull public java.lang.Boolean isShowFilter(Element element)
-
setShowFullPath
public void setShowFullPath(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowFullPath
public void clearShowFullPath(Element element)
-
isShowFullPath
@CheckForNull public java.lang.Boolean isShowFullPath(Element element)
-
setShowScope
public void setShowScope(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowScope
public void clearShowScope(Element element)
-
isShowScope
@CheckForNull public java.lang.Boolean isShowScope(Element element)
-
setShowScopeAsRoot
public void setShowScopeAsRoot(Element element, @CheckForNull java.lang.Boolean value)
-
clearShowScopeAsRoot
public void clearShowScopeAsRoot(Element element)
-
isShowScopeAsRoot
@CheckForNull public java.lang.Boolean isShowScopeAsRoot(Element element)
-
setSort
public void setSort(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearSort
public void clearSort(Element element)
-
addSort
public void addSort(Element element, java.lang.String value)
-
removeSort
public void removeSort(Element element, java.lang.String value)
-
getSort
public java.util.List<java.lang.String> getSort(Element element)
-
setWrapText
public void setWrapText(Element element, @CheckForNull java.lang.Boolean value)
-
clearWrapText
public void clearWrapText(Element element)
-
isWrapText
@CheckForNull public java.lang.Boolean isWrapText(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-