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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMapping
(Element element, String value) void
addMappingColumns
(Element element, String value) void
protected void
clear()
void
clearDeleteRowOption
(Element element) void
clearDelimiter
(Element element) void
void
clearFirstCell
(Element element) void
clearFirstRowRepresentsHeading
(Element element) void
clearIdentificationProperty
(Element element) void
clearLastModified
(Element element) void
clearMapping
(Element element) void
clearMappingColumns
(Element element) void
clearMarkExportedRows
(Element element) void
clearNumberEmptyColumnsSkip
(Element element) void
clearNumberEmptyRowsSkip
(Element element) void
clearSheet
(Element element) void
clearSheets
(Element element) void
clearSourceIdentificationProperty
(Element element) void
clearSyncPlainText
(Element element) void
clearTargetIdentificationProperty
(Element element) void
getDeleteRowOption
(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) boolean
isExportByIdentificationProperty
(Element element) isFirstRowRepresentsHeading
(Element element) static boolean
isInstance
(Element element) isMarkExportedRows
(Element element) isSyncPlainText
(Element element) void
removeMapping
(Element element, String value) void
removeMappingColumns
(Element element, String value) void
removeSheets
(Element element, String value) void
setDeleteRowOption
(Element element, String value) void
setDelimiter
(Element element, String value) void
setExportByIdentificationProperty
(Element element, Boolean value) void
setFirstCell
(Element element, String value) void
setFirstRowRepresentsHeading
(Element element, Boolean value) void
setIdentificationProperty
(Element element, String value) void
setLastModified
(Element element, String value) void
setMapping
(Element element, Collection<String> value) void
setMappingColumns
(Element element, Collection<String> value) void
setMarkExportedRows
(Element element, Boolean value) void
setNumberEmptyColumnsSkip
(Element element, Integer value) void
setNumberEmptyRowsSkip
(Element element, Integer value) void
void
setSheets
(Element element, Collection<String> value) void
setSourceIdentificationProperty
(Element element, String value) void
setSyncPlainText
(Element element, Boolean value) void
setTargetIdentificationProperty
(Element element, String value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-
isInstance
-