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.voidSets the value of the 'Auto Record' attribute.voidsetExtension(ObjectExtension value) Sets the value of the 'Extension' containment reference.voidsetMdObject(MdObject value) Sets the value of the 'Md Object' reference.booleanMethods 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
-
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)
-