org.eclipse.graphiti.pattern.mapping.data
Class TextDataMapping

java.lang.Object
  extended by org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
      extended by org.eclipse.graphiti.pattern.mapping.data.DataMapping
          extended by org.eclipse.graphiti.pattern.mapping.data.TextDataMapping
All Implemented Interfaces:
IDataMapping, ITextDataMapping
Direct Known Subclasses:
LabelDataMapping

public abstract class TextDataMapping
extends DataMapping
implements ITextDataMapping

The Class TextDataMapping.


Constructor Summary
TextDataMapping(IMappingProvider mappingProvider)
          Creates a new TextDataMapping.
 
Method Summary
 String getText(PictogramLink link)
          Gets the text.
 
Methods inherited from class org.eclipse.graphiti.pattern.mapping.data.DataMapping
getBusinessObject, getUpdateWarning
 
Methods inherited from class org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
getMappingProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.graphiti.pattern.mapping.data.IDataMapping
getUpdateWarning
 

Constructor Detail

TextDataMapping

public TextDataMapping(IMappingProvider mappingProvider)
Creates a new TextDataMapping.

Parameters:
mappingProvider - the mapping provider
Method Detail

getText

public String getText(PictogramLink link)
Description copied from interface: ITextDataMapping
Gets the text.

Specified by:
getText in interface ITextDataMapping
Parameters:
link - the pictogram link
Returns:
the text


Copyright (c) SAP AG 2005, 2012.