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 private MagicDrawProfile_pprivate Propertydelimiterstatic java.lang.StringDELIMITERprivate PropertyfirstCellstatic java.lang.StringFIRSTCELLprivate PropertyfirstRowRepresentsHeadingstatic java.lang.StringFIRSTROWREPRESENTSHEADINGprivate PropertyidentificationPropertystatic java.lang.StringIDENTIFICATIONPROPERTYprivate PropertylastModifiedstatic java.lang.StringLASTMODIFIEDprivate Propertymappingstatic java.lang.StringMAPPINGprivate PropertymappingColumnsstatic java.lang.StringMAPPINGCOLUMNSprivate Propertysheetstatic java.lang.StringSHEETprivate Propertysheetsstatic java.lang.StringSHEETSprivate PropertysourceIdentificationPropertystatic java.lang.StringSOURCEIDENTIFICATIONPROPERTYstatic java.lang.StringSTEREOTYPE_NAMEprivate PropertytargetIdentificationPropertystatic java.lang.StringTARGETIDENTIFICATIONPROPERTYprivate Propertyurlstatic java.lang.StringURL
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapToDataSourceStereotype(MagicDrawProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMapping(Element element, java.lang.String value)voidaddMappingColumns(Element element, java.lang.String value)voidaddSheets(Element element, java.lang.String value)protected voidclear()voidclearDelimiter(Element element)voidclearFirstCell(Element element)voidclearFirstRowRepresentsHeading(Element element)voidclearIdentificationProperty(Element element)voidclearLastModified(Element element)voidclearMapping(Element element)voidclearMappingColumns(Element element)voidclearSheet(Element element)voidclearSheets(Element element)voidclearSourceIdentificationProperty(Element element)voidclearTargetIdentificationProperty(Element element)voidclearUrl(Element element)java.lang.StringgetDelimiter(Element element)PropertygetDelimiterProperty()java.lang.StringgetFirstCell(Element element)PropertygetFirstCellProperty()PropertygetFirstRowRepresentsHeadingProperty()java.lang.StringgetIdentificationProperty(Element element)PropertygetIdentificationPropertyProperty()java.lang.StringgetLastModified(Element element)PropertygetLastModifiedProperty()java.util.List<java.lang.String>getMapping(Element element)java.util.List<java.lang.String>getMappingColumns(Element element)PropertygetMappingColumnsProperty()PropertygetMappingProperty()java.lang.StringgetSheet(Element element)PropertygetSheetProperty()java.util.List<java.lang.String>getSheets(Element element)PropertygetSheetsProperty()java.lang.StringgetSourceIdentificationProperty(Element element)PropertygetSourceIdentificationPropertyProperty()StereotypegetStereotype()Returns stereotype for this wrapper.java.lang.StringgetTargetIdentificationProperty(Element element)PropertygetTargetIdentificationPropertyProperty()java.lang.StringgetUrl(Element element)PropertygetUrlProperty()booleanis(Element element)Checks if stereotype of this wrapper is applied to given element.java.lang.BooleanisFirstRowRepresentsHeading(Element element)static booleanisInstance(Element element)voidremoveMapping(Element element, java.lang.String value)voidremoveMappingColumns(Element element, java.lang.String value)voidremoveSheets(Element element, java.lang.String value)voidsetDelimiter(Element element, java.lang.String value)voidsetFirstCell(Element element, java.lang.String value)voidsetFirstRowRepresentsHeading(Element element, java.lang.Boolean value)voidsetIdentificationProperty(Element element, java.lang.String value)voidsetLastModified(Element element, java.lang.String value)voidsetMapping(Element element, java.util.Collection<java.lang.String> value)voidsetMappingColumns(Element element, java.util.Collection<java.lang.String> value)voidsetSheet(Element element, java.lang.String value)voidsetSheets(Element element, java.util.Collection<java.lang.String> value)voidsetSourceIdentificationProperty(Element element, java.lang.String value)voidsetTargetIdentificationProperty(Element element, java.lang.String value)voidsetUrl(Element element, java.lang.String value)-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, 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
-
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
-
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
-
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
-
_p
private final MagicDrawProfile _p
-
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
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
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.StereotypeWrapperChecks 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)
-
-