Package com.nomagic.uml2
Class MagicDrawProfile.DiagramTableMapToDataSourceStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.DiagramTableMapToDataSourceStereotype
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.DiagramTableMapToDataSourceStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMapping(Element element, String value) voidaddMappingColumns(Element element, String value) voidprotected voidclear()voidclearDeleteRowOption(Element element) voidclearDelimiter(Element element) voidvoidclearFirstCell(Element element) voidclearFirstRowRepresentsHeading(Element element) voidclearIdentificationProperty(Element element) voidclearLastModified(Element element) voidclearMapping(Element element) voidclearMappingColumns(Element element) voidclearMarkExportedRows(Element element) voidclearNumberEmptyColumnsSkip(Element element) voidclearNumberEmptyRowsSkip(Element element) voidclearSheet(Element element) voidclearSheets(Element element) voidclearSourceIdentificationProperty(Element element) voidclearSyncPlainText(Element element) voidclearTargetIdentificationProperty(Element element) voidgetDeleteRowOption(Element element) getDelimiter(Element element) getFirstCell(Element element) getIdentificationProperty(Element element) getLastModified(Element element) getMapping(Element element) getMappingColumns(Element element) getNumberEmptyColumnsSkip(Element element) getNumberEmptyRowsSkip(Element element) getSourceIdentificationProperty(Element element) Returns stereotype for this wrapper.getTargetIdentificationProperty(Element element) booleanChecks if stereotype of this wrapper is applied to given element.isExportByIdentificationProperty(Element element) isFirstRowRepresentsHeading(Element element) static booleanisInstance(Element element) isMarkExportedRows(Element element) isSyncPlainText(Element element) voidremoveMapping(Element element, String value) voidremoveMappingColumns(Element element, String value) voidremoveSheets(Element element, String value) voidsetDeleteRowOption(Element element, String value) voidsetDelimiter(Element element, String value) voidsetExportByIdentificationProperty(Element element, Boolean value) voidsetFirstCell(Element element, String value) voidsetFirstRowRepresentsHeading(Element element, Boolean value) voidsetIdentificationProperty(Element element, String value) voidsetLastModified(Element element, String value) voidsetMapping(Element element, Collection<String> value) voidsetMappingColumns(Element element, Collection<String> value) voidsetMarkExportedRows(Element element, Boolean value) voidsetNumberEmptyColumnsSkip(Element element, Integer value) voidsetNumberEmptyRowsSkip(Element element, Integer value) voidvoidsetSheets(Element element, Collection<String> value) voidsetSourceIdentificationProperty(Element element, String value) voidsetSyncPlainText(Element element, Boolean value) voidsetTargetIdentificationProperty(Element element, String value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DELETEROWOPTION
- See Also:
-
DELIMITER
- See Also:
-
EXPORTBYIDENTIFICATIONPROPERTY
- See Also:
-
FIRSTCELL
- See Also:
-
FIRSTROWREPRESENTSHEADING
- See Also:
-
IDENTIFICATIONPROPERTY
- See Also:
-
LASTMODIFIED
- See Also:
-
MAPPING
- See Also:
-
MAPPINGCOLUMNS
- See Also:
-
MARKEXPORTEDROWS
- See Also:
-
NUMBEREMPTYCOLUMNSSKIP
- See Also:
-
NUMBEREMPTYROWSSKIP
- See Also:
-
SHEET
- See Also:
-
SHEETS
- See Also:
-
SOURCEIDENTIFICATIONPROPERTY
- See Also:
-
SYNCPLAINTEXT
- See Also:
-
TARGETIDENTIFICATIONPROPERTY
- See Also:
-
URL
- See Also:
-
-
Constructor Details
-
DiagramTableMapToDataSourceStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getDeleteRowOptionProperty
-
getDelimiterProperty
-
getExportByIdentificationPropertyProperty
-
getFirstCellProperty
-
getFirstRowRepresentsHeadingProperty
-
getIdentificationPropertyProperty
-
getLastModifiedProperty
-
getMappingProperty
-
getMappingColumnsProperty
-
getMarkExportedRowsProperty
-
getNumberEmptyColumnsSkipProperty
-
getNumberEmptyRowsSkipProperty
-
getSheetProperty
-
getSheetsProperty
-
getSourceIdentificationPropertyProperty
-
getSyncPlainTextProperty
-
getTargetIdentificationPropertyProperty
-
getUrlProperty
-
setDeleteRowOption
-
clearDeleteRowOption
-
getDeleteRowOption
-
setDelimiter
-
clearDelimiter
-
getDelimiter
-
setExportByIdentificationProperty
-
clearExportByIdentificationProperty
-
isExportByIdentificationProperty
-
setFirstCell
-
clearFirstCell
-
getFirstCell
-
setFirstRowRepresentsHeading
-
clearFirstRowRepresentsHeading
-
isFirstRowRepresentsHeading
-
setIdentificationProperty
-
clearIdentificationProperty
-
getIdentificationProperty
-
setLastModified
-
clearLastModified
-
getLastModified
-
setMapping
-
clearMapping
-
addMapping
-
removeMapping
-
getMapping
-
setMappingColumns
-
clearMappingColumns
-
addMappingColumns
-
removeMappingColumns
-
getMappingColumns
-
setMarkExportedRows
-
clearMarkExportedRows
-
isMarkExportedRows
-
setNumberEmptyColumnsSkip
-
clearNumberEmptyColumnsSkip
-
getNumberEmptyColumnsSkip
-
setNumberEmptyRowsSkip
-
clearNumberEmptyRowsSkip
-
getNumberEmptyRowsSkip
-
setSheet
-
clearSheet
-
getSheet
-
setSheets
-
clearSheets
-
addSheets
-
removeSheets
-
getSheets
-
setSourceIdentificationProperty
-
clearSourceIdentificationProperty
-
getSourceIdentificationProperty
-
setSyncPlainText
-
clearSyncPlainText
-
isSyncPlainText
-
setTargetIdentificationProperty
-
clearTargetIdentificationProperty
-
getTargetIdentificationProperty
-
setUrl
-
clearUrl
-
getUrl
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-