Interface ParentConfigurationInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParentConfigurationInfoImpl
public interface ParentConfigurationInfo
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Parent Configuration Info'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Config Name' attribute.Returns the value of the 'Config Release' attribute.Returns the value of the 'Config Version' attribute.getId()Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<ParentConfigurationInfoItem>getItems()Returns the value of the 'Items' containment reference list.Returns the value of the 'Provider Name' attribute.getRules()Returns the value of the 'Rules' containment reference.Returns the value of the 'Store Mode' attribute.Returns the value of the 'Support Languages' containment reference.booleanReturns the value of the 'Not Used Present' attribute.voidsetConfigName(String value) Sets the value of the 'Config Name' attribute.voidsetConfigRelease(String value) Sets the value of the 'Config Release' attribute.voidsetConfigVersion(UUID value) Sets the value of the 'Config Version' attribute.voidSets the value of the 'Id' attribute.voidsetNotUsedPresent(boolean value) Sets the value of the 'Not Used Present' attribute.voidsetProviderName(String value) Sets the value of the 'Provider Name' attribute.voidsetRules(UserSupportModeRules value) Sets the value of the 'Rules' containment reference.voidSets the value of the 'Store Mode' attribute.voidSets the value of the 'Support Languages' 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
-
getId
UUID getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-
getStoreMode
ParentConfigurationStoreMode getStoreMode()Returns the value of the 'Store Mode' attribute. The literals are from the enumerationParentConfigurationStoreMode.- Returns:
- the value of the 'Store Mode' attribute.
- See Also:
-
setStoreMode
Sets the value of the 'Store Mode' attribute.- Parameters:
value- the new value of the 'Store Mode' attribute.- See Also:
-
getConfigRelease
String getConfigRelease()Returns the value of the 'Config Release' attribute.- Returns:
- the value of the 'Config Release' attribute.
- See Also:
-
setConfigRelease
Sets the value of the 'Config Release' attribute.- Parameters:
value- the new value of the 'Config Release' attribute.- See Also:
-
getProviderName
String getProviderName()Returns the value of the 'Provider Name' attribute.- Returns:
- the value of the 'Provider Name' attribute.
- See Also:
-
setProviderName
Sets the value of the 'Provider Name' attribute.- Parameters:
value- the new value of the 'Provider Name' attribute.- See Also:
-
getConfigName
String getConfigName()Returns the value of the 'Config Name' attribute.- Returns:
- the value of the 'Config Name' attribute.
- See Also:
-
setConfigName
Sets the value of the 'Config Name' attribute.- Parameters:
value- the new value of the 'Config Name' attribute.- See Also:
-
getConfigVersion
UUID getConfigVersion()Returns the value of the 'Config Version' attribute.- Returns:
- the value of the 'Config Version' attribute.
- See Also:
-
setConfigVersion
Sets the value of the 'Config Version' attribute.- Parameters:
value- the new value of the 'Config Version' attribute.- See Also:
-
isNotUsedPresent
boolean isNotUsedPresent()Returns the value of the 'Not Used Present' attribute.- Returns:
- the value of the 'Not Used Present' attribute.
- See Also:
-
setNotUsedPresent
void setNotUsedPresent(boolean value) Sets the value of the 'Not Used Present' attribute.- Parameters:
value- the new value of the 'Not Used Present' attribute.- See Also:
-
getRules
UserSupportModeRules getRules()Returns the value of the 'Rules' containment reference.- Returns:
- the value of the 'Rules' containment reference.
- See Also:
-
setRules
Sets the value of the 'Rules' containment reference.- Parameters:
value- the new value of the 'Rules' containment reference.- See Also:
-
getSupportLanguages
SupportLanguages getSupportLanguages()Returns the value of the 'Support Languages' containment reference.- Returns:
- the value of the 'Support Languages' containment reference.
- See Also:
-
setSupportLanguages
Sets the value of the 'Support Languages' containment reference.- Parameters:
value- the new value of the 'Support Languages' containment reference.- See Also:
-
getItems
org.eclipse.emf.common.util.EList<ParentConfigurationInfoItem> getItems()Returns the value of the 'Items' containment reference list. The list contents are of typeParentConfigurationInfoItem.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
-