Interface ExchangePlanContentItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExchangePlanContentItemImpl
public interface ExchangePlanContentItem
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Exchange Plan Content Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Auto Record' attribute.Returns the value of the 'Extension' containment reference.Returns the value of the 'Md Object' reference.void
Sets the value of the 'Auto Record
' attribute.void
setExtension
(ObjectExtension value) Sets the value of the 'Extension
' containment reference.void
setMdObject
(MdObject value) Sets the value of the 'Md Object
' reference.boolean
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMdObject
MdObject getMdObject()Returns the value of the 'Md Object' reference.- Returns:
- the value of the 'Md Object' reference.
- See Also:
-
setMdObject
Sets the value of the 'Md Object
' reference.- Parameters:
value
- the new value of the 'Md Object' reference.- See Also:
-
getAutoRecord
AutoRegistrationChanges getAutoRecord()Returns the value of the 'Auto Record' attribute. The literals are from the enumerationAutoRegistrationChanges
.- Returns:
- the value of the 'Auto Record' attribute.
- See Also:
-
setAutoRecord
Sets the value of the 'Auto Record
' attribute.- Parameters:
value
- the new value of the 'Auto Record' attribute.- See Also:
-
getExtension
ObjectExtension getExtension()Returns the value of the 'Extension' containment reference.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
-
setExtension
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-