Package com.nomagic.uml2
Class MagicDrawProfile.ImportMapStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.ImportMapStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.ImportMapStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private MagicDrawProfile
_p
static java.lang.String
DELIMITER
private Property
elementType
static java.lang.String
ELEMENTTYPE
static java.lang.String
FIRSTCELL
static java.lang.String
FIRSTROWREPRESENTSHEADING
static java.lang.String
IDENTIFICATIONPROPERTY
private Property
importInstance
static java.lang.String
IMPORTINSTANCE
private Property
instanceClassifier
static java.lang.String
INSTANCECLASSIFIER
static java.lang.String
LASTMODIFIED
static java.lang.String
MAPPING
static java.lang.String
MAPPINGCOLUMNS
private Property
propertiesToMap
static java.lang.String
PROPERTIESTOMAP
private Property
searchForElementsInTargetScopeOnly
static java.lang.String
SEARCHFORELEMENTSINTARGETSCOPEONLY
private Property
searchForReferencesInTargetScopeOnly
static java.lang.String
SEARCHFORREFERENCESINTARGETSCOPEONLY
static java.lang.String
SHEET
static java.lang.String
SHEETS
static java.lang.String
SOURCEIDENTIFICATIONPROPERTY
static java.lang.String
STEREOTYPE_NAME
private Property
stereotypes
static java.lang.String
STEREOTYPES
static java.lang.String
TARGETIDENTIFICATIONPROPERTY
private Property
targetScope
static java.lang.String
TARGETSCOPE
static java.lang.String
URL
-
Constructor Summary
Constructors Modifier Constructor Description protected
ImportMapStereotype(MagicDrawProfile profile)
-
Method Summary
-
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
-
ELEMENTTYPE
public static final java.lang.String ELEMENTTYPE
- See Also:
- Constant Field Values
-
IMPORTINSTANCE
public static final java.lang.String IMPORTINSTANCE
- See Also:
- Constant Field Values
-
INSTANCECLASSIFIER
public static final java.lang.String INSTANCECLASSIFIER
- See Also:
- Constant Field Values
-
PROPERTIESTOMAP
public static final java.lang.String PROPERTIESTOMAP
- See Also:
- Constant Field Values
-
SEARCHFORELEMENTSINTARGETSCOPEONLY
public static final java.lang.String SEARCHFORELEMENTSINTARGETSCOPEONLY
- See Also:
- Constant Field Values
-
SEARCHFORREFERENCESINTARGETSCOPEONLY
public static final java.lang.String SEARCHFORREFERENCESINTARGETSCOPEONLY
- See Also:
- Constant Field Values
-
STEREOTYPES
public static final java.lang.String STEREOTYPES
- See Also:
- Constant Field Values
-
TARGETSCOPE
public static final java.lang.String TARGETSCOPE
- 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
-
elementType
@CheckForNull private Property elementType
-
importInstance
@CheckForNull private Property importInstance
-
instanceClassifier
@CheckForNull private Property instanceClassifier
-
propertiesToMap
@CheckForNull private Property propertiesToMap
-
searchForElementsInTargetScopeOnly
@CheckForNull private Property searchForElementsInTargetScopeOnly
-
searchForReferencesInTargetScopeOnly
@CheckForNull private Property searchForReferencesInTargetScopeOnly
-
stereotypes
@CheckForNull private Property stereotypes
-
targetScope
@CheckForNull private Property targetScope
-
-
Constructor Detail
-
ImportMapStereotype
protected ImportMapStereotype(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
-
getElementTypeProperty
@CheckForNull public Property getElementTypeProperty()
-
getImportInstanceProperty
@CheckForNull public Property getImportInstanceProperty()
-
getInstanceClassifierProperty
@CheckForNull public Property getInstanceClassifierProperty()
-
getPropertiesToMapProperty
@CheckForNull public Property getPropertiesToMapProperty()
-
getSearchForElementsInTargetScopeOnlyProperty
@CheckForNull public Property getSearchForElementsInTargetScopeOnlyProperty()
-
getSearchForReferencesInTargetScopeOnlyProperty
@CheckForNull public Property getSearchForReferencesInTargetScopeOnlyProperty()
-
getStereotypesProperty
@CheckForNull public Property getStereotypesProperty()
-
getTargetScopeProperty
@CheckForNull public Property getTargetScopeProperty()
-
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()
-
clearElementType
public void clearElementType(Element element)
-
setImportInstance
public void setImportInstance(Element element, @CheckForNull java.lang.Boolean value)
-
clearImportInstance
public void clearImportInstance(Element element)
-
isImportInstance
@CheckForNull public java.lang.Boolean isImportInstance(Element element)
-
setInstanceClassifier
public void setInstanceClassifier(Element element, @CheckForNull Element value)
-
clearInstanceClassifier
public void clearInstanceClassifier(Element element)
-
setPropertiesToMap
public void setPropertiesToMap(Element element, @CheckForNull java.util.Collection<java.lang.String> value)
-
clearPropertiesToMap
public void clearPropertiesToMap(Element element)
-
addPropertiesToMap
public void addPropertiesToMap(Element element, java.lang.String value)
-
removePropertiesToMap
public void removePropertiesToMap(Element element, java.lang.String value)
-
getPropertiesToMap
public java.util.List<java.lang.String> getPropertiesToMap(Element element)
-
setSearchForElementsInTargetScopeOnly
public void setSearchForElementsInTargetScopeOnly(Element element, @CheckForNull java.lang.Boolean value)
-
clearSearchForElementsInTargetScopeOnly
public void clearSearchForElementsInTargetScopeOnly(Element element)
-
isSearchForElementsInTargetScopeOnly
@CheckForNull public java.lang.Boolean isSearchForElementsInTargetScopeOnly(Element element)
-
setSearchForReferencesInTargetScopeOnly
public void setSearchForReferencesInTargetScopeOnly(Element element, @CheckForNull java.lang.Boolean value)
-
clearSearchForReferencesInTargetScopeOnly
public void clearSearchForReferencesInTargetScopeOnly(Element element)
-
isSearchForReferencesInTargetScopeOnly
@CheckForNull public java.lang.Boolean isSearchForReferencesInTargetScopeOnly(Element element)
-
setStereotypes
public void setStereotypes(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearStereotypes
public void clearStereotypes(Element element)
-
clearTargetScope
public void clearTargetScope(Element element)
-
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)
-
-