Class MagicDrawProfile.MapToDataSourceStereotype

    • Field Detail

      • 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
      • SOURCEIDENTIFICATIONPROPERTY

        public static final java.lang.String SOURCEIDENTIFICATIONPROPERTY
        See Also:
        Constant Field Values
      • TARGETIDENTIFICATIONPROPERTY

        public static final java.lang.String TARGETIDENTIFICATIONPROPERTY
        See Also:
        Constant Field Values
      • delimiter

        @CheckForNull
        private Property delimiter
      • firstCell

        @CheckForNull
        private Property firstCell
      • firstRowRepresentsHeading

        @CheckForNull
        private Property firstRowRepresentsHeading
      • identificationProperty

        @CheckForNull
        private Property identificationProperty
      • lastModified

        @CheckForNull
        private Property lastModified
      • mapping

        @CheckForNull
        private Property mapping
      • mappingColumns

        @CheckForNull
        private Property mappingColumns
      • sheet

        @CheckForNull
        private Property sheet
      • sheets

        @CheckForNull
        private Property sheets
      • sourceIdentificationProperty

        @CheckForNull
        private Property sourceIdentificationProperty
      • targetIdentificationProperty

        @CheckForNull
        private Property targetIdentificationProperty
      • url

        @CheckForNull
        private Property url
    • Constructor Detail

      • MapToDataSourceStereotype

        protected MapToDataSourceStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getDelimiterProperty

        @CheckForNull
        public Property getDelimiterProperty()
      • 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()
      • getSheetProperty

        @CheckForNull
        public Property getSheetProperty()
      • getSheetsProperty

        @CheckForNull
        public Property getSheetsProperty()
      • getSourceIdentificationPropertyProperty

        @CheckForNull
        public Property getSourceIdentificationPropertyProperty()
      • 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)
      • 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)
      • 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)
      • 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)
        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)