Uses of Interface
com._1c.g5.v8.dt.scc.model.StandaloneContent
-
Packages that use StandaloneContent Package Description com._1c.g5.v8.dt.scc com._1c.g5.v8.dt.scc.model com._1c.g5.v8.dt.scc.model.impl com._1c.g5.v8.dt.scc.model.util -
-
Uses of StandaloneContent in com._1c.g5.v8.dt.scc
Methods in com._1c.g5.v8.dt.scc that return StandaloneContent Modifier and Type Method Description static StandaloneContent
ConfigurationStandaloneContentUtil. getStandaloneContent(Configuration configuration)
Gets a configuration standalone content. -
Uses of StandaloneContent in com._1c.g5.v8.dt.scc.model
Methods in com._1c.g5.v8.dt.scc.model that return StandaloneContent Modifier and Type Method Description StandaloneContent
StandaloneContentFactory. createStandaloneContent()
Returns a new object of class 'Standalone Content'. -
Uses of StandaloneContent in com._1c.g5.v8.dt.scc.model.impl
Classes in com._1c.g5.v8.dt.scc.model.impl that implement StandaloneContent Modifier and Type Class Description class
StandaloneContentImpl
An implementation of the model object 'Standalone Content'.Methods in com._1c.g5.v8.dt.scc.model.impl that return StandaloneContent Modifier and Type Method Description StandaloneContent
StandaloneContentFactoryImpl. createStandaloneContent()
-
Uses of StandaloneContent in com._1c.g5.v8.dt.scc.model.util
Methods in com._1c.g5.v8.dt.scc.model.util with parameters of type StandaloneContent Modifier and Type Method Description T
StandaloneContentSwitch. caseStandaloneContent(StandaloneContent object)
Returns the result of interpreting the object as an instance of 'Standalone Content'.
-