Package com.nomagic.uml2
Class MagicDrawProfile.MapToDataSourceStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.MapToDataSourceStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.MapToDataSourceStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DELIMITER
static java.lang.String
EXPORTBYIDENTIFICATIONPROPERTY
static java.lang.String
FIRSTCELL
static java.lang.String
FIRSTROWREPRESENTSHEADING
static java.lang.String
IDENTIFICATIONPROPERTY
static java.lang.String
LASTMODIFIED
static java.lang.String
MAPPING
static java.lang.String
MAPPINGCOLUMNS
static java.lang.String
MARKEXPORTEDROWS
static java.lang.String
NUMBEREMPTYCOLUMNSSKIP
static java.lang.String
NUMBEREMPTYROWSSKIP
static java.lang.String
SHEET
static java.lang.String
SHEETS
static java.lang.String
SOURCEIDENTIFICATIONPROPERTY
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
SYNCPLAINTEXT
static java.lang.String
TARGETIDENTIFICATIONPROPERTY
static java.lang.String
URL
-
Constructor Summary
Constructors Modifier Constructor Description protected
MapToDataSourceStereotype(MagicDrawProfile profile)
-
Method Summary
-
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
-
DELIMITER
public static final java.lang.String DELIMITER
- See Also:
- Constant Field Values
-
EXPORTBYIDENTIFICATIONPROPERTY
public static final java.lang.String EXPORTBYIDENTIFICATIONPROPERTY
- See Also:
- Constant Field Values
-
FIRSTCELL
public static final java.lang.String FIRSTCELL
- See Also:
- Constant Field Values
-
FIRSTROWREPRESENTSHEADING
public static final java.lang.String FIRSTROWREPRESENTSHEADING
- See Also:
- Constant Field Values
-
IDENTIFICATIONPROPERTY
public static final java.lang.String IDENTIFICATIONPROPERTY
- See Also:
- Constant Field Values
-
LASTMODIFIED
public static final java.lang.String LASTMODIFIED
- See Also:
- Constant Field Values
-
MAPPING
public static final java.lang.String MAPPING
- See Also:
- Constant Field Values
-
MAPPINGCOLUMNS
public static final java.lang.String MAPPINGCOLUMNS
- See Also:
- Constant Field Values
-
MARKEXPORTEDROWS
public static final java.lang.String MARKEXPORTEDROWS
- See Also:
- Constant Field Values
-
NUMBEREMPTYCOLUMNSSKIP
public static final java.lang.String NUMBEREMPTYCOLUMNSSKIP
- See Also:
- Constant Field Values
-
NUMBEREMPTYROWSSKIP
public static final java.lang.String NUMBEREMPTYROWSSKIP
- See Also:
- Constant Field Values
-
SHEET
public static final java.lang.String SHEET
- See Also:
- Constant Field Values
-
SHEETS
public static final java.lang.String SHEETS
- See Also:
- Constant Field Values
-
SOURCEIDENTIFICATIONPROPERTY
public static final java.lang.String SOURCEIDENTIFICATIONPROPERTY
- See Also:
- Constant Field Values
-
SYNCPLAINTEXT
public static final java.lang.String SYNCPLAINTEXT
- See Also:
- Constant Field Values
-
TARGETIDENTIFICATIONPROPERTY
public static final java.lang.String TARGETIDENTIFICATIONPROPERTY
- See Also:
- Constant Field Values
-
URL
public static final java.lang.String URL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MapToDataSourceStereotype
protected MapToDataSourceStereotype(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
-
getDelimiterProperty
@CheckForNull public Property getDelimiterProperty()
-
getExportByIdentificationPropertyProperty
@CheckForNull public Property getExportByIdentificationPropertyProperty()
-
getFirstCellProperty
@CheckForNull public Property getFirstCellProperty()
-
getFirstRowRepresentsHeadingProperty
@CheckForNull public Property getFirstRowRepresentsHeadingProperty()
-
getIdentificationPropertyProperty
@CheckForNull public Property getIdentificationPropertyProperty()
-
getLastModifiedProperty
@CheckForNull public Property getLastModifiedProperty()
-
getMappingProperty
@CheckForNull public Property getMappingProperty()
-
getMappingColumnsProperty
@CheckForNull public Property getMappingColumnsProperty()
-
getMarkExportedRowsProperty
@CheckForNull public Property getMarkExportedRowsProperty()
-
getNumberEmptyColumnsSkipProperty
@CheckForNull public Property getNumberEmptyColumnsSkipProperty()
-
getNumberEmptyRowsSkipProperty
@CheckForNull public Property getNumberEmptyRowsSkipProperty()
-
getSheetProperty
@CheckForNull public Property getSheetProperty()
-
getSheetsProperty
@CheckForNull public Property getSheetsProperty()
-
getSourceIdentificationPropertyProperty
@CheckForNull public Property getSourceIdentificationPropertyProperty()
-
getSyncPlainTextProperty
@CheckForNull public Property getSyncPlainTextProperty()
-
getTargetIdentificationPropertyProperty
@CheckForNull public Property getTargetIdentificationPropertyProperty()
-
getUrlProperty
@CheckForNull public Property getUrlProperty()
-
setDelimiter
public void setDelimiter(Element element, @CheckForNull java.lang.String value)
-
clearDelimiter
public void clearDelimiter(Element element)
-
getDelimiter
@CheckForNull public java.lang.String getDelimiter(Element element)
-
setExportByIdentificationProperty
public void setExportByIdentificationProperty(Element element, @CheckForNull java.lang.Boolean value)
-
clearExportByIdentificationProperty
public void clearExportByIdentificationProperty(Element element)
-
isExportByIdentificationProperty
@CheckForNull public java.lang.Boolean isExportByIdentificationProperty(Element element)
-
setFirstCell
public void setFirstCell(Element element, @CheckForNull java.lang.String value)
-
clearFirstCell
public void clearFirstCell(Element element)
-
getFirstCell
@CheckForNull public java.lang.String getFirstCell(Element element)
-
setFirstRowRepresentsHeading
public void setFirstRowRepresentsHeading(Element element, @CheckForNull java.lang.Boolean value)
-
clearFirstRowRepresentsHeading
public void clearFirstRowRepresentsHeading(Element element)
-
isFirstRowRepresentsHeading
@CheckForNull public java.lang.Boolean isFirstRowRepresentsHeading(Element element)
-
setIdentificationProperty
public void setIdentificationProperty(Element element, @CheckForNull java.lang.String value)
-
clearIdentificationProperty
public void clearIdentificationProperty(Element element)
-
getIdentificationProperty
@CheckForNull public java.lang.String getIdentificationProperty(Element element)
-
setLastModified
public void setLastModified(Element element, @CheckForNull java.lang.String value)
-
clearLastModified
public void clearLastModified(Element element)
-
getLastModified
@CheckForNull public java.lang.String getLastModified(Element element)
-
setMapping
public void setMapping(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearMapping
public void clearMapping(Element element)
-
addMapping
public void addMapping(Element element, java.lang.String value)
-
removeMapping
public void removeMapping(Element element, java.lang.String value)
-
getMapping
public java.util.List<java.lang.String> getMapping(Element element)
-
setMappingColumns
public void setMappingColumns(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearMappingColumns
public void clearMappingColumns(Element element)
-
addMappingColumns
public void addMappingColumns(Element element, java.lang.String value)
-
removeMappingColumns
public void removeMappingColumns(Element element, java.lang.String value)
-
getMappingColumns
public java.util.List<java.lang.String> getMappingColumns(Element element)
-
setMarkExportedRows
public void setMarkExportedRows(Element element, @CheckForNull java.lang.Boolean value)
-
clearMarkExportedRows
public void clearMarkExportedRows(Element element)
-
isMarkExportedRows
@CheckForNull public java.lang.Boolean isMarkExportedRows(Element element)
-
setNumberEmptyColumnsSkip
public void setNumberEmptyColumnsSkip(Element element, @CheckForNull java.lang.Integer value)
-
clearNumberEmptyColumnsSkip
public void clearNumberEmptyColumnsSkip(Element element)
-
getNumberEmptyColumnsSkip
@CheckForNull public java.lang.Integer getNumberEmptyColumnsSkip(Element element)
-
setNumberEmptyRowsSkip
public void setNumberEmptyRowsSkip(Element element, @CheckForNull java.lang.Integer value)
-
clearNumberEmptyRowsSkip
public void clearNumberEmptyRowsSkip(Element element)
-
getNumberEmptyRowsSkip
@CheckForNull public java.lang.Integer getNumberEmptyRowsSkip(Element element)
-
setSheet
public void setSheet(Element element, @CheckForNull java.lang.String value)
-
clearSheet
public void clearSheet(Element element)
-
getSheet
@CheckForNull public java.lang.String getSheet(Element element)
-
setSheets
public void setSheets(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearSheets
public void clearSheets(Element element)
-
addSheets
public void addSheets(Element element, java.lang.String value)
-
removeSheets
public void removeSheets(Element element, java.lang.String value)
-
getSheets
public java.util.List<java.lang.String> getSheets(Element element)
-
setSourceIdentificationProperty
public void setSourceIdentificationProperty(Element element, @CheckForNull java.lang.String value)
-
clearSourceIdentificationProperty
public void clearSourceIdentificationProperty(Element element)
-
getSourceIdentificationProperty
@CheckForNull public java.lang.String getSourceIdentificationProperty(Element element)
-
setSyncPlainText
public void setSyncPlainText(Element element, @CheckForNull java.lang.Boolean value)
-
clearSyncPlainText
public void clearSyncPlainText(Element element)
-
isSyncPlainText
@CheckForNull public java.lang.Boolean isSyncPlainText(Element element)
-
setTargetIdentificationProperty
public void setTargetIdentificationProperty(Element element, @CheckForNull java.lang.String value)
-
clearTargetIdentificationProperty
public void clearTargetIdentificationProperty(Element element)
-
getTargetIdentificationProperty
@CheckForNull public java.lang.String getTargetIdentificationProperty(Element element)
-
setUrl
public void setUrl(Element element, @CheckForNull java.lang.String value)
-
clearUrl
public void clearUrl(Element element)
-
getUrl
@CheckForNull public java.lang.String getUrl(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-