Package com._1c.g5.v8.dt.moxel.content
Interface LocalString
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LocalStringImpl
public interface LocalString extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Local String'.The following features are supported:
- See Also:
ContentPackage.getLocalString()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EMap<String,String>
getContent()
Returns the value of the 'Content' map.
-
-
-
Method Detail
-
getContent
org.eclipse.emf.common.util.EMap<String,String> getContent()
- Returns:
- the value of the 'Content' map.
- See Also:
ContentPackage.getLocalString_Content()
-
-