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