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 StandaloneContentDataExchangeSettingsgetDataExchangeSettings()Returns the value of the 'Data Exchange Settings' containment reference.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.voidsetDataExchangeSettings(StandaloneContentDataExchangeSettings value)Sets the value of the 'Data Exchange Settings' containment reference.
-
-
-
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()
-
getDataExchangeSettings
StandaloneContentDataExchangeSettings getDataExchangeSettings()
Returns the value of the 'Data Exchange Settings' containment reference.- Returns:
- the value of the 'Data Exchange Settings' containment reference.
- See Also:
setDataExchangeSettings(StandaloneContentDataExchangeSettings),StandaloneContentPackage.getStandaloneContent_DataExchangeSettings()
-
setDataExchangeSettings
void setDataExchangeSettings(StandaloneContentDataExchangeSettings value)
Sets the value of the 'Data Exchange Settings' containment reference.- Parameters:
value- the new value of the 'Data Exchange Settings' containment reference.- See Also:
getDataExchangeSettings()
-
-