Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractClientApplicationInterface
-
-
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.model
Subinterfaces of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.model Modifier and Type Interface Description interface
ClientApplicationInterface
A representation of the model object 'Client Application Interface'. -
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.model.impl
Classes in com._1c.g5.v8.dt.cai.model.impl that implement AbstractClientApplicationInterface Modifier and Type Class Description class
ClientApplicationInterfaceImpl
An implementation of the model object 'Client Application Interface'. -
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.cai.model.util
Methods in com._1c.g5.v8.dt.cai.model.util with parameters of type AbstractClientApplicationInterface Modifier and Type Method Description T
CaiSwitch. 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.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractClientApplicationInterface Modifier and Type Method Description AbstractClientApplicationInterface
MdClassFactory. createAbstractClientApplicationInterface()
Returns a new object of class 'Abstract Client Application Interface'.AbstractClientApplicationInterface
Configuration. 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 void
Configuration. setClientApplicationInterface(AbstractClientApplicationInterface value)
Sets the value of the 'Client Application Interface
' reference. -
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractClientApplicationInterface Modifier and Type Class Description class
AbstractClientApplicationInterfaceImpl
An 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 AbstractClientApplicationInterface
MdClassFactoryImpl. createAbstractClientApplicationInterface()
AbstractClientApplicationInterface
ConfigurationImpl. getClientApplicationInterface()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractClientApplicationInterface Modifier and Type Method Description void
ConfigurationImpl. setClientApplicationInterface(AbstractClientApplicationInterface newClientApplicationInterface)
-
Uses of AbstractClientApplicationInterface in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractClientApplicationInterface Modifier and Type Method Description T
MdClassSwitch. caseAbstractClientApplicationInterface(AbstractClientApplicationInterface object)
Returns the result of interpreting the object as an instance of 'Abstract Client Application Interface'.boolean
MdClassValidator. validateAbstractClientApplicationInterface(AbstractClientApplicationInterface abstractClientApplicationInterface, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-