Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractClientApplicationInterface
- 
- 
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.modelSubinterfaces of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.model Modifier and Type Interface Description interfaceClientApplicationInterfaceA representation of the model object 'Client Application Interface'.
- 
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.model.implClasses in com._1c.g5.v8.dt.cai.model.impl that implement AbstractClientApplicationInterface Modifier and Type Class Description classClientApplicationInterfaceImplAn implementation of the model object 'Client Application Interface'.
- 
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.model.utilMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type AbstractClientApplicationInterface Modifier and Type Method Description TCaiSwitch. caseAbstractClientApplicationInterface(AbstractClientApplicationInterface object)Returns the result of interpreting the object as an instance of 'Abstract Client Application Interface'.
- 
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.metadata.mdclassMethods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractClientApplicationInterface Modifier and Type Method Description AbstractClientApplicationInterfaceMdClassFactory. createAbstractClientApplicationInterface()Returns a new object of class 'Abstract Client Application Interface'.AbstractClientApplicationInterfaceConfiguration. getClientApplicationInterface()Returns the value of the 'Client Application Interface' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractClientApplicationInterface Modifier and Type Method Description voidConfiguration. setClientApplicationInterface(AbstractClientApplicationInterface value)Sets the value of the 'Client Application Interface' reference.
- 
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.metadata.mdclass.implClasses in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractClientApplicationInterface Modifier and Type Class Description classAbstractClientApplicationInterfaceImplAn implementation of the model object 'Abstract Client Application Interface'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractClientApplicationInterface Modifier and Type Method Description AbstractClientApplicationInterfaceMdClassFactoryImpl. createAbstractClientApplicationInterface()AbstractClientApplicationInterfaceConfigurationImpl. getClientApplicationInterface()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractClientApplicationInterface Modifier and Type Method Description voidConfigurationImpl. setClientApplicationInterface(AbstractClientApplicationInterface newClientApplicationInterface)
- 
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.metadata.mdclass.utilMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractClientApplicationInterface Modifier and Type Method Description TMdClassSwitch. caseAbstractClientApplicationInterface(AbstractClientApplicationInterface object)Returns the result of interpreting the object as an instance of 'Abstract Client Application Interface'.booleanMdClassValidator. validateAbstractClientApplicationInterface(AbstractClientApplicationInterface abstractClientApplicationInterface, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 
-