Uses of Enum Class
com.e1c.langtool.platform.TranslationOption
Packages that use TranslationOption
Package
Description
-
Uses of TranslationOption in com.e1c.langtool.platform
Methods in com.e1c.langtool.platform that return TranslationOptionModifier and TypeMethodDescriptionTranslateLanguage.getOption()Returns a translation option of this language.static TranslationOptionReturns the enum constant of this class with the specified name.static TranslationOption[]TranslationOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TranslationOption in com.e1c.langtool.stat.internal.ui
Methods in com.e1c.langtool.stat.internal.ui that return TranslationOption -
Uses of TranslationOption in com.e1c.langtool.v8.dt.lang.model
Methods in com.e1c.langtool.v8.dt.lang.model that return TranslationOptionModifier and TypeMethodDescriptionV8TranslateLanguage.getOption()Returns the value of the 'Option' attribute.Methods in com.e1c.langtool.v8.dt.lang.model with parameters of type TranslationOptionModifier and TypeMethodDescriptionvoidV8TranslateLanguage.setOption(TranslationOption value) Sets the value of the 'Option' attribute. -
Uses of TranslationOption in com.e1c.langtool.v8.dt.lang.model.impl
Methods in com.e1c.langtool.v8.dt.lang.model.impl that return TranslationOptionModifier and TypeMethodDescriptionTranslateLanguageFactoryImpl.createTranslationOption(String it) TranslateLanguageFactoryImpl.createTranslationOptionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) V8TranslateLanguageImpl.getOption()Methods in com.e1c.langtool.v8.dt.lang.model.impl with parameters of type TranslationOptionModifier and TypeMethodDescriptionTranslateLanguageFactoryImpl.convertTranslationOption(TranslationOption it) voidV8TranslateLanguageImpl.setOption(TranslationOption newOption)