Interface ParentConfigurationInfoItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParentConfigurationInfoItemImpl
public interface ParentConfigurationInfoItem
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Parent Configuration Info Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Parent Id' attribute.Returns the value of the 'Parent Mode' attribute.Returns the value of the 'User Id' attribute.Returns the value of the 'User Mode' attribute.booleanisUsed()Returns the value of the 'Used' attribute.voidsetParentId(UUID value) Sets the value of the 'Parent Id' attribute.voidsetParentMode(ParentSupportMode value) Sets the value of the 'Parent Mode' attribute.voidsetUsed(boolean value) Sets the value of the 'Used' attribute.voidSets the value of the 'User Id' attribute.voidsetUserMode(UserSupportMode value) Sets the value of the 'User Mode' 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
-
getUserId
UUID getUserId()Returns the value of the 'User Id' attribute.- Returns:
- the value of the 'User Id' attribute.
- See Also:
-
setUserId
Sets the value of the 'User Id' attribute.- Parameters:
value- the new value of the 'User Id' attribute.- See Also:
-
getParentId
UUID getParentId()Returns the value of the 'Parent Id' attribute.- Returns:
- the value of the 'Parent Id' attribute.
- See Also:
-
setParentId
Sets the value of the 'Parent Id' attribute.- Parameters:
value- the new value of the 'Parent Id' attribute.- See Also:
-
getParentMode
ParentSupportMode getParentMode()Returns the value of the 'Parent Mode' attribute. The literals are from the enumerationParentSupportMode.- Returns:
- the value of the 'Parent Mode' attribute.
- See Also:
-
setParentMode
Sets the value of the 'Parent Mode' attribute.- Parameters:
value- the new value of the 'Parent Mode' attribute.- See Also:
-
getUserMode
UserSupportMode getUserMode()Returns the value of the 'User Mode' attribute. The literals are from the enumerationUserSupportMode.- Returns:
- the value of the 'User Mode' attribute.
- See Also:
-
setUserMode
Sets the value of the 'User Mode' attribute.- Parameters:
value- the new value of the 'User Mode' attribute.- See Also:
-
isUsed
boolean isUsed()Returns the value of the 'Used' attribute.- Returns:
- the value of the 'Used' attribute.
- See Also:
-
setUsed
void setUsed(boolean value) Sets the value of the 'Used' attribute.- Parameters:
value- the new value of the 'Used' attribute.- See Also:
-