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 AbstractStandaloneContent
MdClassFactory. createAbstractStandaloneContent()
Returns a new object of class 'Abstract Standalone Content'.AbstractStandaloneContent
Configuration. 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 void
Configuration. 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 class
AbstractStandaloneContentImpl
An 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 AbstractStandaloneContent
MdClassFactoryImpl. createAbstractStandaloneContent()
AbstractStandaloneContent
ConfigurationImpl. getMobileApplicationContent()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractStandaloneContent Modifier and Type Method Description void
ConfigurationImpl. 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 T
MdClassSwitch. caseAbstractStandaloneContent(AbstractStandaloneContent object)
Returns the result of interpreting the object as an instance of 'Abstract Standalone Content'.boolean
MdClassValidator. 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 interface
StandaloneContent
A 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 class
StandaloneContentImpl
An 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 T
StandaloneContentSwitch. caseAbstractStandaloneContent(AbstractStandaloneContent object)
Returns the result of interpreting the object as an instance of 'Abstract Standalone Content'.
-