Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContent
-
- All Superinterfaces:
AbstractStandaloneContent
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandaloneContentImpl
public interface StandaloneContent extends AbstractStandaloneContent
A representation of the model object 'Standalone Content'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandaloneContentPriorityItem>
getPriorityItem()
Returns the value of the 'Priority Item' containment reference list.org.eclipse.emf.common.util.EList<StandaloneContentUnusedItem>
getUnusedItem()
Returns the value of the 'Unused Item' containment reference list.org.eclipse.emf.common.util.EList<StandaloneContentUsedItem>
getUsedItem()
Returns the value of the 'Used Item' containment reference list.
-
-
-
Method Detail
-
getUsedItem
org.eclipse.emf.common.util.EList<StandaloneContentUsedItem> getUsedItem()
Returns the value of the 'Used Item' containment reference list. The list contents are of typeStandaloneContentUsedItem
.- Returns:
- the value of the 'Used Item' containment reference list.
- See Also:
StandaloneContentPackage.getStandaloneContent_UsedItem()
-
getUnusedItem
org.eclipse.emf.common.util.EList<StandaloneContentUnusedItem> getUnusedItem()
Returns the value of the 'Unused Item' containment reference list. The list contents are of typeStandaloneContentUnusedItem
.- Returns:
- the value of the 'Unused Item' containment reference list.
- See Also:
StandaloneContentPackage.getStandaloneContent_UnusedItem()
-
getPriorityItem
org.eclipse.emf.common.util.EList<StandaloneContentPriorityItem> getPriorityItem()
Returns the value of the 'Priority Item' containment reference list. The list contents are of typeStandaloneContentPriorityItem
.- Returns:
- the value of the 'Priority Item' containment reference list.
- See Also:
StandaloneContentPackage.getStandaloneContent_PriorityItem()
-
-