Class ModelNameTranslationCache
java.lang.Object
com.e1c.langtool.v8.dt.translator.AbstractStringTranslationCache
com.e1c.langtool.v8.dt.translator.ModelNameTranslationCache
- All Implemented Interfaces:
SessionCache
- Direct Known Subclasses:
TranslatedTopObjectCache
The Class is cache of translation for model names of objects.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTranslation(String objectUri) getTranslation(String objectUri, com.google.inject.Provider<String> provider) getTranslation(org.eclipse.emf.common.util.URI objectUri) getTranslation(org.eclipse.emf.common.util.URI objectUri, com.google.inject.Provider<String> provider) voidputTranslation(String objectUri, String translation) voidputTranslation(org.eclipse.emf.common.util.URI objectUri, String translation) Methods inherited from class com.e1c.langtool.v8.dt.translator.AbstractStringTranslationCache
clear, configureDb, dispose, get, get, getCacheMap, put, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.langtool.v8.dt.translator.SessionCache
init
-
Constructor Details
-
ModelNameTranslationCache
public ModelNameTranslationCache()
-
-
Method Details
-
getTranslation
-
getTranslation
-
getTranslation
-
getTranslation
-
putTranslation
-
putTranslation
-