Package com.nomagic.uml2
Class MagicDrawProfile.DiagramTableStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.DiagramTableStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.DiagramTableStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private MagicDrawProfile
_p
private Property
additionalElements
static java.lang.String
ADDITIONALELEMENTS
Additional elements field specifies the elements that are included into the table regardless of the scope.private Property
columnElements
static java.lang.String
COLUMNELEMENTS
private Property
columnIds
static java.lang.String
COLUMNIDS
private Property
columnWidth
static java.lang.String
COLUMNWIDTH
private Property
customColumns
static java.lang.String
CUSTOMCOLUMNS
private Property
defaultRowElementsOwner
static java.lang.String
DEFAULTROWELEMENTSOWNER
The default owner for an element represented by a newly added table row.private Property
descriptionArea
static java.lang.String
DESCRIPTIONAREA
private Property
displayMode
static java.lang.String
DISPLAYMODE
private Property
excludedElements
static 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.private Property
expandedRows
static java.lang.String
EXPANDEDROWS
private Property
hideColumns
static java.lang.String
HIDECOLUMNS
private Property
includeAdditionalContent
static java.lang.String
INCLUDEADDITIONALCONTENT
Select to include additional content of elements (e.g., Smart Package) that fall within the specified scope.private Property
includeCustomTypesOfRowTypes
static java.lang.String
INCLUDECUSTOMTYPESOFROWTYPES
Select to include the custom types that extend the specified row element types.private Property
includeSubtypesOfRowTypes
static java.lang.String
INCLUDESUBTYPESOFROWTYPES
Select to include the subtypes of the specified row element types.private Property
legends
static java.lang.String
LEGENDS
private Property
limitRowHeight
static java.lang.String
LIMITROWHEIGHT
Select to limit the row height to 10 element values or plain text lines per cell.private Property
loadPartially
static java.lang.String
LOADPARTIALLY
Select to calculate and represent data only in visible cells.private Property
options
static java.lang.String
OPTIONS
private Property
query
static java.lang.String
QUERY
Specify the expression to collect row elements.private Property
rowElements
static java.lang.String
ROWELEMENTS
private Property
rowElementType
static java.lang.String
ROWELEMENTTYPE
Select the type of elements to be shown as row elements.private Property
rowFilters
static java.lang.String
ROWFILTERS
private Property
rowsOrder
static java.lang.String
ROWSORDER
private Property
scope
static java.lang.String
SCOPE
All the model elements of the suitable type, contained in the scope are included into the table.private Property
showColumnIcons
static java.lang.String
SHOWCOLUMNICONS
private Property
showDetailedColumnName
static java.lang.String
SHOWDETAILEDCOLUMNNAME
private Property
showElementNumber
static java.lang.String
SHOWELEMENTNUMBER
Set to true to display element number in the name column.private Property
showElementType
static java.lang.String
SHOWELEMENTTYPE
Set to true to show the element type specification box in the criteria area of the table.private Property
showFilter
static java.lang.String
SHOWFILTER
private Property
showFullPath
static java.lang.String
SHOWFULLPATH
private Property
showScope
static java.lang.String
SHOWSCOPE
private Property
showScopeAsRoot
static java.lang.String
SHOWSCOPEASROOT
Set to true to show scope as a root node in tree display mode.private Property
sort
static java.lang.String
SORT
static java.lang.String
STEREOTYPE_NAME
private Property
wrapText
static java.lang.String
WRAPTEXT
Select to wrap long text.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DiagramTableStereotype(MagicDrawProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAdditionalElements(Element element, Element value)
void
addColumnElements(Element element, java.lang.String value)
void
addColumnIds(Element element, java.lang.String value)
void
addColumnWidth(Element element, java.lang.Integer value)
void
addCustomColumns(Element element, java.lang.String value)
void
addExcludedElements(Element element, Element value)
void
addExpandedRows(Element element, java.lang.String value)
void
addHideColumns(Element element, java.lang.String value)
void
addLegends(Element element, Element value)
void
addOptions(Element element, java.lang.String value)
void
addRowElements(Element element, java.lang.String value)
void
addRowElementType(Element element, Element value)
void
addRowFilters(Element element, java.lang.String value)
void
addScope(Element element, Element value)
void
addSort(Element element, java.lang.String value)
protected void
clear()
void
clearAdditionalElements(Element element)
void
clearColumnElements(Element element)
void
clearColumnIds(Element element)
void
clearColumnWidth(Element element)
void
clearCustomColumns(Element element)
void
clearDefaultRowElementsOwner(Element element)
void
clearDescriptionArea(Element element)
void
clearDisplayMode(Element element)
void
clearExcludedElements(Element element)
void
clearExpandedRows(Element element)
void
clearHideColumns(Element element)
void
clearIncludeAdditionalContent(Element element)
void
clearIncludeCustomTypesOfRowTypes(Element element)
void
clearIncludeSubtypesOfRowTypes(Element element)
void
clearLegends(Element element)
void
clearLimitRowHeight(Element element)
void
clearLoadPartially(Element element)
void
clearOptions(Element element)
void
clearQuery(Element element)
void
clearRowElements(Element element)
void
clearRowElementType(Element element)
void
clearRowFilters(Element element)
void
clearRowsOrder(Element element)
void
clearScope(Element element)
void
clearShowColumnIcons(Element element)
void
clearShowDetailedColumnName(Element element)
void
clearShowElementNumber(Element element)
void
clearShowElementType(Element element)
void
clearShowFilter(Element element)
void
clearShowFullPath(Element element)
void
clearShowScope(Element element)
void
clearShowScopeAsRoot(Element element)
void
clearSort(Element element)
void
clearWrapText(Element element)
java.util.List<Element>
getAdditionalElements(Element element)
Property
getAdditionalElementsProperty()
java.util.List<java.lang.String>
getColumnElements(Element element)
Property
getColumnElementsProperty()
java.util.List<java.lang.String>
getColumnIds(Element element)
Property
getColumnIdsProperty()
java.util.List<java.lang.Integer>
getColumnWidth(Element element)
Property
getColumnWidthProperty()
java.util.List<java.lang.String>
getCustomColumns(Element element)
Property
getCustomColumnsProperty()
Element
getDefaultRowElementsOwner(Element element)
Property
getDefaultRowElementsOwnerProperty()
java.lang.String
getDescriptionArea(Element element)
Property
getDescriptionAreaProperty()
MagicDrawProfile.TableDisplayModeEnum
getDisplayMode(Element element)
Property
getDisplayModeProperty()
java.util.List<Element>
getExcludedElements(Element element)
Property
getExcludedElementsProperty()
java.util.List<java.lang.String>
getExpandedRows(Element element)
Property
getExpandedRowsProperty()
java.util.List<java.lang.String>
getHideColumns(Element element)
Property
getHideColumnsProperty()
Property
getIncludeAdditionalContentProperty()
Property
getIncludeCustomTypesOfRowTypesProperty()
Property
getIncludeSubtypesOfRowTypesProperty()
java.util.List<Element>
getLegends(Element element)
Property
getLegendsProperty()
Property
getLimitRowHeightProperty()
Property
getLoadPartiallyProperty()
java.util.List<java.lang.String>
getOptions(Element element)
Property
getOptionsProperty()
java.lang.Object
getQuery(Element element)
Property
getQueryProperty()
java.util.List<java.lang.String>
getRowElements(Element element)
Property
getRowElementsProperty()
java.util.List<Element>
getRowElementType(Element element)
Property
getRowElementTypeProperty()
java.util.List<java.lang.String>
getRowFilters(Element element)
Property
getRowFiltersProperty()
java.lang.String
getRowsOrder(Element element)
Property
getRowsOrderProperty()
java.util.List<Element>
getScope(Element element)
Property
getScopeProperty()
Property
getShowColumnIconsProperty()
Property
getShowDetailedColumnNameProperty()
Property
getShowElementNumberProperty()
Property
getShowElementTypeProperty()
Property
getShowFilterProperty()
Property
getShowFullPathProperty()
Property
getShowScopeAsRootProperty()
Property
getShowScopeProperty()
java.util.List<java.lang.String>
getSort(Element element)
Property
getSortProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.Property
getWrapTextProperty()
boolean
is(Element element)
Checks if stereotype of this wrapper is applied to given element.java.lang.Boolean
isIncludeAdditionalContent(Element element)
java.lang.Boolean
isIncludeCustomTypesOfRowTypes(Element element)
java.lang.Boolean
isIncludeSubtypesOfRowTypes(Element element)
static boolean
isInstance(Element element)
java.lang.Boolean
isLimitRowHeight(Element element)
java.lang.Boolean
isLoadPartially(Element element)
java.lang.Boolean
isShowColumnIcons(Element element)
java.lang.Boolean
isShowDetailedColumnName(Element element)
java.lang.Boolean
isShowElementNumber(Element element)
java.lang.Boolean
isShowElementType(Element element)
java.lang.Boolean
isShowFilter(Element element)
java.lang.Boolean
isShowFullPath(Element element)
java.lang.Boolean
isShowScope(Element element)
java.lang.Boolean
isShowScopeAsRoot(Element element)
java.lang.Boolean
isWrapText(Element element)
void
removeAdditionalElements(Element element, Element value)
void
removeColumnElements(Element element, java.lang.String value)
void
removeColumnIds(Element element, java.lang.String value)
void
removeColumnWidth(Element element, java.lang.Integer value)
void
removeCustomColumns(Element element, java.lang.String value)
void
removeExcludedElements(Element element, Element value)
void
removeExpandedRows(Element element, java.lang.String value)
void
removeHideColumns(Element element, java.lang.String value)
void
removeLegends(Element element, Element value)
void
removeOptions(Element element, java.lang.String value)
void
removeRowElements(Element element, java.lang.String value)
void
removeRowElementType(Element element, Element value)
void
removeRowFilters(Element element, java.lang.String value)
void
removeScope(Element element, Element value)
void
removeSort(Element element, java.lang.String value)
void
setAdditionalElements(Element element, java.util.Collection<? extends Element> value)
void
setColumnElements(Element element, java.util.Collection<java.lang.String> value)
void
setColumnIds(Element element, java.util.Collection<java.lang.String> value)
void
setColumnWidth(Element element, java.util.Collection<java.lang.Integer> value)
void
setCustomColumns(Element element, java.util.Collection<java.lang.String> value)
void
setDefaultRowElementsOwner(Element element, Element value)
void
setDescriptionArea(Element element, java.lang.String value)
void
setDisplayMode(Element element, MagicDrawProfile.TableDisplayModeEnum value)
void
setExcludedElements(Element element, java.util.Collection<? extends Element> value)
void
setExpandedRows(Element element, java.util.Collection<java.lang.String> value)
void
setHideColumns(Element element, java.util.Collection<java.lang.String> value)
void
setIncludeAdditionalContent(Element element, java.lang.Boolean value)
void
setIncludeCustomTypesOfRowTypes(Element element, java.lang.Boolean value)
void
setIncludeSubtypesOfRowTypes(Element element, java.lang.Boolean value)
void
setLegends(Element element, java.util.Collection<? extends Element> value)
void
setLimitRowHeight(Element element, java.lang.Boolean value)
void
setLoadPartially(Element element, java.lang.Boolean value)
void
setOptions(Element element, java.util.Collection<java.lang.String> value)
void
setQuery(Element element, java.lang.Object value)
void
setRowElements(Element element, java.util.Collection<java.lang.String> value)
void
setRowElementType(Element element, java.util.Collection<? extends Element> value)
void
setRowFilters(Element element, java.util.Collection<java.lang.String> value)
void
setRowsOrder(Element element, java.lang.String value)
void
setScope(Element element, java.util.Collection<? extends Element> value)
void
setShowColumnIcons(Element element, java.lang.Boolean value)
void
setShowDetailedColumnName(Element element, java.lang.Boolean value)
void
setShowElementNumber(Element element, java.lang.Boolean value)
void
setShowElementType(Element element, java.lang.Boolean value)
void
setShowFilter(Element element, java.lang.Boolean value)
void
setShowFullPath(Element element, java.lang.Boolean value)
void
setShowScope(Element element, java.lang.Boolean value)
void
setShowScopeAsRoot(Element element, java.lang.Boolean value)
void
setSort(Element element, java.util.Collection<java.lang.String> value)
void
setWrapText(Element element, java.lang.Boolean value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- 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
-
INCLUDEADDITIONALCONTENT
public static final java.lang.String INCLUDEADDITIONALCONTENT
Select to include additional content of elements (e.g., Smart Package) that fall within the specified scope.- 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
-
_p
private final MagicDrawProfile _p
-
additionalElements
@CheckForNull private Property additionalElements
-
columnElements
@CheckForNull private Property columnElements
-
columnIds
@CheckForNull private Property columnIds
-
columnWidth
@CheckForNull private Property columnWidth
-
customColumns
@CheckForNull private Property customColumns
-
defaultRowElementsOwner
@CheckForNull private Property defaultRowElementsOwner
-
descriptionArea
@CheckForNull private Property descriptionArea
-
displayMode
@CheckForNull private Property displayMode
-
excludedElements
@CheckForNull private Property excludedElements
-
expandedRows
@CheckForNull private Property expandedRows
-
hideColumns
@CheckForNull private Property hideColumns
-
includeAdditionalContent
@CheckForNull private Property includeAdditionalContent
-
includeCustomTypesOfRowTypes
@CheckForNull private Property includeCustomTypesOfRowTypes
-
includeSubtypesOfRowTypes
@CheckForNull private Property includeSubtypesOfRowTypes
-
legends
@CheckForNull private Property legends
-
limitRowHeight
@CheckForNull private Property limitRowHeight
-
loadPartially
@CheckForNull private Property loadPartially
-
options
@CheckForNull private Property options
-
query
@CheckForNull private Property query
-
rowElementType
@CheckForNull private Property rowElementType
-
rowElements
@CheckForNull private Property rowElements
-
rowFilters
@CheckForNull private Property rowFilters
-
rowsOrder
@CheckForNull private Property rowsOrder
-
scope
@CheckForNull private Property scope
-
showColumnIcons
@CheckForNull private Property showColumnIcons
-
showDetailedColumnName
@CheckForNull private Property showDetailedColumnName
-
showElementNumber
@CheckForNull private Property showElementNumber
-
showElementType
@CheckForNull private Property showElementType
-
showFilter
@CheckForNull private Property showFilter
-
showFullPath
@CheckForNull private Property showFullPath
-
showScope
@CheckForNull private Property showScope
-
showScopeAsRoot
@CheckForNull private Property showScopeAsRoot
-
sort
@CheckForNull private Property sort
-
wrapText
@CheckForNull private Property wrapText
-
-
Constructor Detail
-
DiagramTableStereotype
protected DiagramTableStereotype(MagicDrawProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
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()
-
getIncludeAdditionalContentProperty
@CheckForNull public Property getIncludeAdditionalContentProperty()
-
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()
-
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)
-
setIncludeAdditionalContent
public void setIncludeAdditionalContent(Element element, @CheckForNull java.lang.Boolean value)
-
clearIncludeAdditionalContent
public void clearIncludeAdditionalContent(Element element)
-
isIncludeAdditionalContent
@CheckForNull public java.lang.Boolean isIncludeAdditionalContent(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.StereotypeWrapper
Checks 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)
-
-