Interface ExchangePlanExtension
-
- All Superinterfaces:
BasicDbObjectExtension
,org.eclipse.emf.ecore.EObject
,IBmObject
,MdObjectExtension
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
- All Known Implementing Classes:
ExchangePlanExtensionImpl
public interface ExchangePlanExtension extends BasicDbObjectExtension
A representation of the model object 'Exchange Plan Extension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdPropertyState
getContent()
Returns the value of the 'Content' attribute.MdPropertyState
getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' attribute.MdPropertyState
getDefaultListForm()
Returns the value of the 'Default List Form' attribute.MdPropertyState
getDefaultObjectForm()
Returns the value of the 'Default Object Form' attribute.void
setContent(MdPropertyState value)
Sets the value of the 'Content
' attribute.void
setDefaultChoiceForm(MdPropertyState value)
Sets the value of the 'Default Choice Form
' attribute.void
setDefaultListForm(MdPropertyState value)
Sets the value of the 'Default List Form
' attribute.void
setDefaultObjectForm(MdPropertyState value)
Sets the value of the 'Default Object Form
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.BasicDbObjectExtension
getManagerModule, getObjectModule, setManagerModule, setObjectModule
-
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
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtension
getExtendedConfigurationObject, setExtendedConfigurationObject
-
-
-
-
Method Detail
-
getContent
MdPropertyState getContent()
Returns the value of the 'Content' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Content' attribute.
- See Also:
MdPropertyState
,setContent(MdPropertyState)
,MdClassExtensionPackage.getExchangePlanExtension_Content()
-
setContent
void setContent(MdPropertyState value)
Sets the value of the 'Content
' attribute.- Parameters:
value
- the new value of the 'Content' attribute.- See Also:
MdPropertyState
,getContent()
-
getDefaultObjectForm
MdPropertyState getDefaultObjectForm()
Returns the value of the 'Default Object Form' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Default Object Form' attribute.
- See Also:
MdPropertyState
,setDefaultObjectForm(MdPropertyState)
,MdClassExtensionPackage.getExchangePlanExtension_DefaultObjectForm()
-
setDefaultObjectForm
void setDefaultObjectForm(MdPropertyState value)
Sets the value of the 'Default Object Form
' attribute.- Parameters:
value
- the new value of the 'Default Object Form' attribute.- See Also:
MdPropertyState
,getDefaultObjectForm()
-
getDefaultListForm
MdPropertyState getDefaultListForm()
Returns the value of the 'Default List Form' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Default List Form' attribute.
- See Also:
MdPropertyState
,setDefaultListForm(MdPropertyState)
,MdClassExtensionPackage.getExchangePlanExtension_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(MdPropertyState value)
Sets the value of the 'Default List Form
' attribute.- Parameters:
value
- the new value of the 'Default List Form' attribute.- See Also:
MdPropertyState
,getDefaultListForm()
-
getDefaultChoiceForm
MdPropertyState getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Default Choice Form' attribute.
- See Also:
MdPropertyState
,setDefaultChoiceForm(MdPropertyState)
,MdClassExtensionPackage.getExchangePlanExtension_DefaultChoiceForm()
-
setDefaultChoiceForm
void setDefaultChoiceForm(MdPropertyState value)
Sets the value of the 'Default Choice Form
' attribute.- Parameters:
value
- the new value of the 'Default Choice Form' attribute.- See Also:
MdPropertyState
,getDefaultChoiceForm()
-
-