Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Bot
-
Packages that use Bot Package Description com._1c.g5.v8.dt.md.model com._1c.g5.v8.dt.md.resource 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 Bot in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Bot Modifier and Type Method Description BotBotInitializer. create(IV8Project v8project, Version version) -
Uses of Bot in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Bot Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(Bot object) -
Uses of Bot in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Bot Modifier and Type Method Description BotMdClassFactory. createBot()Returns a new object of class 'Bot'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Bot Modifier and Type Method Description org.eclipse.emf.common.util.EList<Bot>Configuration. getBots()Returns the value of the 'Bots' reference list. -
Uses of Bot in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Bot Modifier and Type Class Description classBotImplAn implementation of the model object 'Bot'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Bot Modifier and Type Method Description BotMdClassFactoryImpl. createBot()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Bot Modifier and Type Method Description org.eclipse.emf.common.util.EList<Bot>ConfigurationImpl. getBots() -
Uses of Bot in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Bot Modifier and Type Method Description TMdClassSwitch. caseBot(Bot object)Returns the result of interpreting the object as an instance of 'Bot'.booleanMdClassValidator. validateBot(Bot bot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-