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
A representation of the model object 'Standalone Content'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Exchange Settings' containment reference.org.eclipse.emf.common.util.EList<StandaloneContentPriorityItem>Returns the value of the 'Priority Item' containment reference list.org.eclipse.emf.common.util.EList<StandaloneContentUnusedItem>Returns the value of the 'Unused Item' containment reference list.org.eclipse.emf.common.util.EList<StandaloneContentUsedItem>Returns the value of the 'Used Item' containment reference list.voidSets the value of the 'Data Exchange Settings' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
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:
-
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
Sets the value of the 'Data Exchange Settings' containment reference.- Parameters:
value- the new value of the 'Data Exchange Settings' containment reference.- See Also:
-