Interface DistributionSupport
- All Superinterfaces:
AbstractDistributionSupport,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DistributionSupportImpl
A representation of the model object 'Distribution Support'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<UUID,ParentSupportMode> Returns the value of the 'Distributives' map.Returns the value of the 'File State' attribute.Returns the value of the 'Object Modules' map.org.eclipse.emf.common.util.EList<ParentConfigurationInfo>Returns the value of the 'Parent Configuration Infos' containment reference list.booleanReturns the value of the 'Update Available' attribute.voidSets the value of the 'File State' attribute.voidsetUpdateAvailable(boolean value) Sets the value of the 'Update Available' attribute.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
-
getFileState
ConfigurationFileState getFileState()Returns the value of the 'File State' attribute. The literals are from the enumerationConfigurationFileState. Дополнительная информация о состоянии файла конфигурации see IConfigExtInfo- Returns:
- the value of the 'File State' attribute.
- See Also:
-
setFileState
Sets the value of the 'File State' attribute.- Parameters:
value- the new value of the 'File State' attribute.- See Also:
-
isUpdateAvailable
boolean isUpdateAvailable()Returns the value of the 'Update Available' attribute.- Returns:
- the value of the 'Update Available' attribute.
- See Also:
-
setUpdateAvailable
void setUpdateAvailable(boolean value) Sets the value of the 'Update Available' attribute.- Parameters:
value- the new value of the 'Update Available' attribute.- See Also:
-
getParentConfigurationInfos
org.eclipse.emf.common.util.EList<ParentConfigurationInfo> getParentConfigurationInfos()Returns the value of the 'Parent Configuration Infos' containment reference list. The list contents are of typeParentConfigurationInfo.- Returns:
- the value of the 'Parent Configuration Infos' containment reference list.
- See Also:
-
getDistributives
org.eclipse.emf.common.util.EMap<UUID,ParentSupportMode> getDistributives()Returns the value of the 'Distributives' map. The key is of typeUUID, and the value is of typeParentSupportMode,- Returns:
- the value of the 'Distributives' map.
- See Also:
-
getObjectModules
Returns the value of the 'Object Modules' map. The key is of typeUUID, and the value is of typeBoolean,- Returns:
- the value of the 'Object Modules' map.
- See Also:
-