Uses of Interface
com._1c.g5.v8.dt.cai.model.CaiGroup
-
Packages that use CaiGroup Package Description com._1c.g5.v8.dt.cai.model com._1c.g5.v8.dt.cai.model.impl com._1c.g5.v8.dt.cai.model.util -
-
Uses of CaiGroup in com._1c.g5.v8.dt.cai.model
Methods in com._1c.g5.v8.dt.cai.model that return CaiGroup Modifier and Type Method Description CaiGroup
CaiFactory. createCaiGroup()
Returns a new object of class 'Group'. -
Uses of CaiGroup in com._1c.g5.v8.dt.cai.model.impl
Classes in com._1c.g5.v8.dt.cai.model.impl that implement CaiGroup Modifier and Type Class Description class
CaiGroupImpl
An implementation of the model object 'Group'.Methods in com._1c.g5.v8.dt.cai.model.impl that return CaiGroup Modifier and Type Method Description CaiGroup
CaiFactoryImpl. createCaiGroup()
-
Uses of CaiGroup in com._1c.g5.v8.dt.cai.model.util
Methods in com._1c.g5.v8.dt.cai.model.util that return CaiGroup Modifier and Type Method Description static CaiGroup
CaiModelUtil. createCaiGroup()
Create group of Client Application Interface with random uuidMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type CaiGroup Modifier and Type Method Description T
CaiSwitch. caseCaiGroup(CaiGroup object)
Returns the result of interpreting the object as an instance of 'Group'.
-