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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoRegistrationChanges
getAutoRecord()
Returns the value of the 'Auto Record' attribute.ObjectExtension
getExtension()
Returns the value of the 'Extension' containment reference.MdObject
getMdObject()
Returns the value of the 'Md Object' reference.void
setAutoRecord(AutoRegistrationChanges value)
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
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-
-
Method Detail
-
getMdObject
MdObject getMdObject()
Returns the value of the 'Md Object' reference.- Returns:
- the value of the 'Md Object' reference.
- See Also:
setMdObject(MdObject)
,MdClassPackage.getExchangePlanContentItem_MdObject()
-
setMdObject
void setMdObject(MdObject value)
Sets the value of the 'Md Object
' reference.- Parameters:
value
- the new value of the 'Md Object' reference.- See Also:
getMdObject()
-
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:
AutoRegistrationChanges
,setAutoRecord(AutoRegistrationChanges)
,MdClassPackage.getExchangePlanContentItem_AutoRecord()
-
setAutoRecord
void setAutoRecord(AutoRegistrationChanges value)
Sets the value of the 'Auto Record
' attribute.- Parameters:
value
- the new value of the 'Auto Record' attribute.- See Also:
AutoRegistrationChanges
,getAutoRecord()
-
getExtension
ObjectExtension getExtension()
Returns the value of the 'Extension' containment reference.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
setExtension(ObjectExtension)
,MdClassPackage.getExchangePlanContentItem_Extension()
-
setExtension
void setExtension(ObjectExtension value)
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
-