Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractStandaloneContent
-
-
Uses of AbstractStandaloneContent in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractStandaloneContent Modifier and Type Method Description AbstractStandaloneContentMdClassFactory. createAbstractStandaloneContent()Returns a new object of class 'Abstract Standalone Content'.AbstractStandaloneContentConfiguration. getMobileApplicationContent()Returns the value of the 'Mobile Application Content' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractStandaloneContent Modifier and Type Method Description voidConfiguration. setMobileApplicationContent(AbstractStandaloneContent value)Sets the value of the 'Mobile Application Content' reference. -
Uses of AbstractStandaloneContent in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractStandaloneContent Modifier and Type Class Description classAbstractStandaloneContentImplAn implementation of the model object 'Abstract Standalone Content'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractStandaloneContent Modifier and Type Method Description AbstractStandaloneContentMdClassFactoryImpl. createAbstractStandaloneContent()AbstractStandaloneContentConfigurationImpl. getMobileApplicationContent()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractStandaloneContent Modifier and Type Method Description voidConfigurationImpl. setMobileApplicationContent(AbstractStandaloneContent newMobileApplicationContent) -
Uses of AbstractStandaloneContent in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractStandaloneContent Modifier and Type Method Description TMdClassSwitch. caseAbstractStandaloneContent(AbstractStandaloneContent object)Returns the result of interpreting the object as an instance of 'Abstract Standalone Content'.booleanMdClassValidator. validateAbstractStandaloneContent(AbstractStandaloneContent abstractStandaloneContent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of AbstractStandaloneContent in com._1c.g5.v8.dt.scc.model
Subinterfaces of AbstractStandaloneContent in com._1c.g5.v8.dt.scc.model Modifier and Type Interface Description interfaceStandaloneContentA representation of the model object 'Standalone Content'. -
Uses of AbstractStandaloneContent in com._1c.g5.v8.dt.scc.model.impl
Classes in com._1c.g5.v8.dt.scc.model.impl that implement AbstractStandaloneContent Modifier and Type Class Description classStandaloneContentImplAn implementation of the model object 'Standalone Content'. -
Uses of AbstractStandaloneContent in com._1c.g5.v8.dt.scc.model.util
Methods in com._1c.g5.v8.dt.scc.model.util with parameters of type AbstractStandaloneContent Modifier and Type Method Description TStandaloneContentSwitch. caseAbstractStandaloneContent(AbstractStandaloneContent object)Returns the result of interpreting the object as an instance of 'Abstract Standalone Content'.
-