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 Bot
BotInitializer. 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 boolean
MdImplicitRefInferrer. _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 Bot
MdClassFactory. 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 class
BotImpl
An implementation of the model object 'Bot'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Bot Modifier and Type Method Description Bot
MdClassFactoryImpl. 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 T
MdClassSwitch. caseBot(Bot object)
Returns the result of interpreting the object as an instance of 'Bot'.boolean
MdClassValidator. validateBot(Bot bot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-