Uses of Interface
com._1c.g5.v8.dt.scc.model.StandaloneContentUsedItem
-
Packages that use StandaloneContentUsedItem Package Description 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 StandaloneContentUsedItem in com._1c.g5.v8.dt.scc.model
Methods in com._1c.g5.v8.dt.scc.model that return StandaloneContentUsedItem Modifier and Type Method Description StandaloneContentUsedItem
StandaloneContentFactory. createStandaloneContentUsedItem()
Returns a new object of class 'Used Item'.Methods in com._1c.g5.v8.dt.scc.model that return types with arguments of type StandaloneContentUsedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandaloneContentUsedItem>
StandaloneContent. getUsedItem()
Returns the value of the 'Used Item' containment reference list. -
Uses of StandaloneContentUsedItem in com._1c.g5.v8.dt.scc.model.impl
Classes in com._1c.g5.v8.dt.scc.model.impl that implement StandaloneContentUsedItem Modifier and Type Class Description class
StandaloneContentUsedItemImpl
An implementation of the model object 'Used Item'.Methods in com._1c.g5.v8.dt.scc.model.impl that return StandaloneContentUsedItem Modifier and Type Method Description StandaloneContentUsedItem
StandaloneContentFactoryImpl. createStandaloneContentUsedItem()
Methods in com._1c.g5.v8.dt.scc.model.impl that return types with arguments of type StandaloneContentUsedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandaloneContentUsedItem>
StandaloneContentImpl. getUsedItem()
-
Uses of StandaloneContentUsedItem in com._1c.g5.v8.dt.scc.model.util
Methods in com._1c.g5.v8.dt.scc.model.util with parameters of type StandaloneContentUsedItem Modifier and Type Method Description T
StandaloneContentSwitch. caseStandaloneContentUsedItem(StandaloneContentUsedItem object)
Returns the result of interpreting the object as an instance of 'Used Item'.
-