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 Details

  • Constructor Details

    • MapToDataSourceStereotype

      protected MapToDataSourceStereotype(MagicDrawProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.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 String value)
    • clearDelimiter

      public void clearDelimiter(Element element)
    • getDelimiter

      @CheckForNull public String getDelimiter(Element element)
    • setExportByIdentificationProperty

      public void setExportByIdentificationProperty(Element element, @CheckForNull Boolean value)
    • clearExportByIdentificationProperty

      public void clearExportByIdentificationProperty(Element element)
    • isExportByIdentificationProperty

      @CheckForNull public Boolean isExportByIdentificationProperty(Element element)
    • setFirstCell

      public void setFirstCell(Element element, @CheckForNull String value)
    • clearFirstCell

      public void clearFirstCell(Element element)
    • getFirstCell

      @CheckForNull public String getFirstCell(Element element)
    • setFirstRowRepresentsHeading

      public void setFirstRowRepresentsHeading(Element element, @CheckForNull Boolean value)
    • clearFirstRowRepresentsHeading

      public void clearFirstRowRepresentsHeading(Element element)
    • isFirstRowRepresentsHeading

      @CheckForNull public Boolean isFirstRowRepresentsHeading(Element element)
    • setIdentificationProperty

      public void setIdentificationProperty(Element element, @CheckForNull String value)
    • clearIdentificationProperty

      public void clearIdentificationProperty(Element element)
    • getIdentificationProperty

      @CheckForNull public String getIdentificationProperty(Element element)
    • setLastModified

      public void setLastModified(Element element, @CheckForNull String value)
    • clearLastModified

      public void clearLastModified(Element element)
    • getLastModified

      @CheckForNull public String getLastModified(Element element)
    • setMapping

      public void setMapping(Element element, @CheckForNull Collection<String> value)
    • clearMapping

      public void clearMapping(Element element)
    • addMapping

      public void addMapping(Element element, String value)
    • removeMapping

      public void removeMapping(Element element, String value)
    • getMapping

      public List<String> getMapping(Element element)
    • setMappingColumns

      public void setMappingColumns(Element element, @CheckForNull Collection<String> value)
    • clearMappingColumns

      public void clearMappingColumns(Element element)
    • addMappingColumns

      public void addMappingColumns(Element element, String value)
    • removeMappingColumns

      public void removeMappingColumns(Element element, String value)
    • getMappingColumns

      public List<String> getMappingColumns(Element element)
    • setMarkExportedRows

      public void setMarkExportedRows(Element element, @CheckForNull Boolean value)
    • clearMarkExportedRows

      public void clearMarkExportedRows(Element element)
    • isMarkExportedRows

      @CheckForNull public Boolean isMarkExportedRows(Element element)
    • setNumberEmptyColumnsSkip

      public void setNumberEmptyColumnsSkip(Element element, @CheckForNull Integer value)
    • clearNumberEmptyColumnsSkip

      public void clearNumberEmptyColumnsSkip(Element element)
    • getNumberEmptyColumnsSkip

      @CheckForNull public Integer getNumberEmptyColumnsSkip(Element element)
    • setNumberEmptyRowsSkip

      public void setNumberEmptyRowsSkip(Element element, @CheckForNull Integer value)
    • clearNumberEmptyRowsSkip

      public void clearNumberEmptyRowsSkip(Element element)
    • getNumberEmptyRowsSkip

      @CheckForNull public Integer getNumberEmptyRowsSkip(Element element)
    • setSheet

      public void setSheet(Element element, @CheckForNull String value)
    • clearSheet

      public void clearSheet(Element element)
    • getSheet

      @CheckForNull public String getSheet(Element element)
    • setSheets

      public void setSheets(Element element, @CheckForNull Collection<String> value)
    • clearSheets

      public void clearSheets(Element element)
    • addSheets

      public void addSheets(Element element, String value)
    • removeSheets

      public void removeSheets(Element element, String value)
    • getSheets

      public List<String> getSheets(Element element)
    • setSourceIdentificationProperty

      public void setSourceIdentificationProperty(Element element, @CheckForNull String value)
    • clearSourceIdentificationProperty

      public void clearSourceIdentificationProperty(Element element)
    • getSourceIdentificationProperty

      @CheckForNull public String getSourceIdentificationProperty(Element element)
    • setSyncPlainText

      public void setSyncPlainText(Element element, @CheckForNull Boolean value)
    • clearSyncPlainText

      public void clearSyncPlainText(Element element)
    • isSyncPlainText

      @CheckForNull public Boolean isSyncPlainText(Element element)
    • setTargetIdentificationProperty

      public void setTargetIdentificationProperty(Element element, @CheckForNull String value)
    • clearTargetIdentificationProperty

      public void clearTargetIdentificationProperty(Element element)
    • getTargetIdentificationProperty

      @CheckForNull public String getTargetIdentificationProperty(Element element)
    • setUrl

      public void setUrl(Element element, @CheckForNull String value)
    • clearUrl

      public void clearUrl(Element element)
    • getUrl

      @CheckForNull public String getUrl(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)