Uses of Interface
com._1c.g5.v8.dt.moxel.LanguageInfo
- 
Packages that use LanguageInfo Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of LanguageInfo in com._1c.g5.v8.dt.moxelMethods in com._1c.g5.v8.dt.moxel that return LanguageInfo Modifier and Type Method Description LanguageInfoMoxelFactory. createLanguageInfo()Returns a new object of class 'Language Info'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type LanguageInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<LanguageInfo>LanguageSettings. getLanguages()Returns the value of the 'Languages' containment reference list.
- 
Uses of LanguageInfo in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement LanguageInfo Modifier and Type Class Description classLanguageInfoImplAn implementation of the model object 'Language Info'.Methods in com._1c.g5.v8.dt.moxel.impl that return LanguageInfo Modifier and Type Method Description LanguageInfoMoxelFactoryImpl. createLanguageInfo()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type LanguageInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<LanguageInfo>LanguageSettingsImpl. getLanguages()
- 
Uses of LanguageInfo in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type LanguageInfo Modifier and Type Method Description TMoxelSwitch. caseLanguageInfo(LanguageInfo object)Returns the result of interpreting the object as an instance of 'Language Info'.
 
-