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.EObjectA 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 AutoRegistrationChangesgetAutoRecord()Returns the value of the 'Auto Record' attribute.ObjectExtensiongetExtension()Returns the value of the 'Extension' containment reference.MdObjectgetMdObject()Returns the value of the 'Md Object' reference.voidsetAutoRecord(AutoRegistrationChanges value)Sets 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.booleanvalidate(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()
-
-