Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.FullTextSearchDictionarySource
-
Packages that use FullTextSearchDictionarySource Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of FullTextSearchDictionarySource in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of FullTextSearchDictionarySource in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceCommonTemplateA representation of the model object 'Common Template'.interfaceConstantA representation of the model object 'Constant'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type FullTextSearchDictionarySource Modifier and Type Method Description org.eclipse.emf.common.util.EList<FullTextSearchDictionarySource>Configuration. getAdditionalFullTextSearchDictionaries()Returns the value of the 'Additional Full Text Search Dictionaries' reference list. -
Uses of FullTextSearchDictionarySource in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement FullTextSearchDictionarySource Modifier and Type Class Description classCommonTemplateImplAn implementation of the model object 'Common Template'.classConstantImplAn implementation of the model object 'Constant'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type FullTextSearchDictionarySource Modifier and Type Method Description org.eclipse.emf.common.util.EList<FullTextSearchDictionarySource>ConfigurationImpl. getAdditionalFullTextSearchDictionaries() -
Uses of FullTextSearchDictionarySource in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type FullTextSearchDictionarySource Modifier and Type Method Description TMdClassSwitch. caseFullTextSearchDictionarySource(FullTextSearchDictionarySource object)Returns the result of interpreting the object as an instance of 'Full Text Search Dictionary Source'.booleanMdClassValidator. validateFullTextSearchDictionarySource(FullTextSearchDictionarySource fullTextSearchDictionarySource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-