Interface IDataMapping
-
- All Known Subinterfaces:
IImageDataMapping
,ILabelDataMapping
,ITextDataMapping
- All Known Implementing Classes:
DataMapping
,ImageDataMapping
,LabelDataMapping
,TextDataMapping
public interface IDataMapping
The Interface IDataMapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getUpdateWarning(PictogramLink pictogramLink)
Gets the update warning.
-
-
-
Method Detail
-
getUpdateWarning
java.lang.String getUpdateWarning(PictogramLink pictogramLink)
Gets the update warning.- Parameters:
pictogramLink
- the pictogram link- Returns:
- the update warning
-
-