Package com._1c.g5.v8.dt.compare.ui
Interface ILinkRepresentationSupport
- 
 public interface ILinkRepresentationSupportSupport for obtaining representation of symbolink links.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRepresentation(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EStructuralFeature feature, String rawSymlink)Returns localized representation of a raw symbolic link.
 
- 
- 
- 
Method Detail- 
getRepresentationString getRepresentation(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EStructuralFeature feature, String rawSymlink) Returns localized representation of a raw symbolic link.- Parameters:
- context- the object hosting the symbolic link
- feature- the feature hosting the symbolic link
- rawSymlink- the raw value of the symbolic link
- Returns:
- a localized string suitable for representation
 
 
- 
 
-