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.moxel
Methods in com._1c.g5.v8.dt.moxel that return LanguageInfo Modifier and Type Method Description LanguageInfo
MoxelFactory. 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.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement LanguageInfo Modifier and Type Class Description class
LanguageInfoImpl
An implementation of the model object 'Language Info'.Methods in com._1c.g5.v8.dt.moxel.impl that return LanguageInfo Modifier and Type Method Description LanguageInfo
MoxelFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type LanguageInfo Modifier and Type Method Description T
MoxelSwitch. caseLanguageInfo(LanguageInfo object)
Returns the result of interpreting the object as an instance of 'Language Info'.
-