Interface ExchangePlanContentItemExtension
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
- All Known Implementing Classes:
ExchangePlanContentItemExtensionImpl
public interface ExchangePlanContentItemExtension extends IBmObject, ObjectExtension
A representation of the model object 'Exchange Plan Content Item Extension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdPropertyState
getMdObject()
Returns the value of the 'Md Object' attribute.boolean
isMdObjectIncluded()
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
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:
MdPropertyState
,setMdObject(MdPropertyState)
,MdClassExtensionPackage.getExchangePlanContentItemExtension_MdObject()
-
setMdObject
void setMdObject(MdPropertyState value)
Sets the value of the 'Md Object
' attribute.- Parameters:
value
- the new value of the 'Md Object' attribute.- See Also:
MdPropertyState
,getMdObject()
-
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(boolean)
,MdClassExtensionPackage.getExchangePlanContentItemExtension_MdObjectIncluded()
-
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:
isMdObjectIncluded()
-
-