Interface V8TranslateLanguage
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Language,MdObject,org.eclipse.emf.common.notify.Notifier,TranslateLanguage
- All Known Implementing Classes:
V8TranslateLanguageImpl
A representation of the model object 'V8 Translate Language'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Option' attribute.voidsetOption(TranslationOption value) Sets the value of the 'Option' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.Language
getLanguageCode, setLanguageCode, validateMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.e1c.langtool.platform.TranslateLanguage
getLanguageCode, getName, getUuid
-
Method Details
-
getOption
TranslationOption getOption()Returns the value of the 'Option' attribute.- Specified by:
getOptionin interfaceTranslateLanguage- Returns:
- the value of the 'Option' attribute.
- See Also:
-
setOption
Sets the value of the 'Option' attribute.- Parameters:
value- the new value of the 'Option' attribute.- See Also:
-
getPresentation
String getPresentation()- Specified by:
getPresentationin interfaceTranslateLanguage- Returns:
- a presentation (synonym) of this language. It can't be
null.
-