Interface ExchangePlanContentItemExtension
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
- All Known Implementing Classes:
ExchangePlanContentItemExtensionImpl
A representation of the model object 'Exchange Plan Content Item Extension'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Md Object' attribute.boolean
Returns the value of the 'Md Object Included' attribute.void
setMdObject
(MdPropertyState value) Sets the value of the 'Md Object
' attribute.void
setMdObjectIncluded
(boolean value) Sets the value of the 'Md Object Included
' attribute.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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMdObject
MdPropertyState getMdObject()Returns the value of the 'Md Object' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Md Object' attribute.
- See Also:
-
setMdObject
Sets the value of the 'Md Object
' attribute.- Parameters:
value
- the new value of the 'Md Object' attribute.- See Also:
-
isMdObjectIncluded
boolean isMdObjectIncluded()Returns the value of the 'Md Object Included' attribute. The default value is"true"
.- Returns:
- the value of the 'Md Object Included' attribute.
- See Also:
-
setMdObjectIncluded
void setMdObjectIncluded(boolean value) Sets the value of the 'Md Object Included
' attribute.- Parameters:
value
- the new value of the 'Md Object Included' attribute.- See Also:
-