Interface CommonModuleExtension
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,MdObjectExtension
,org.eclipse.emf.common.notify.Notifier
,ObjectExtension
- All Known Implementing Classes:
CommonModuleExtensionImpl
A representation of the model object 'Common Module 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 'Client Managed Application' attribute.Returns the value of the 'Client Ordinary Application' attribute.Returns the value of the 'External Connection' attribute.Returns the value of the 'Global' attribute.Returns the value of the 'Module' attribute.Returns the value of the 'Return Values Reuse' attribute.Returns the value of the 'Server' attribute.Returns the value of the 'Server Call' attribute.void
Sets the value of the 'Client Managed Application
' attribute.void
Sets the value of the 'Client Ordinary Application
' attribute.void
Sets the value of the 'External Connection
' attribute.void
setGlobal
(MdPropertyState value) Sets the value of the 'Global
' attribute.void
setModule
(MdPropertyState value) Sets the value of the 'Module
' attribute.void
Sets the value of the 'Return Values Reuse
' attribute.void
setServer
(MdPropertyState value) Sets the value of the 'Server
' attribute.void
setServerCall
(MdPropertyState value) Sets the value of the 'Server Call
' 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 com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtension
getExtendedConfigurationObject, getSynonym, setExtendedConfigurationObject, setSynonym
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getModule
MdPropertyState getModule()Returns the value of the 'Module' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Module' attribute.
- See Also:
-
setModule
Sets the value of the 'Module
' attribute.- Parameters:
value
- the new value of the 'Module' attribute.- See Also:
-
getGlobal
MdPropertyState getGlobal()Returns the value of the 'Global' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Global' attribute.
- See Also:
-
setGlobal
Sets the value of the 'Global
' attribute.- Parameters:
value
- the new value of the 'Global' attribute.- See Also:
-
getClientManagedApplication
MdPropertyState getClientManagedApplication()Returns the value of the 'Client Managed Application' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Client Managed Application' attribute.
- See Also:
-
setClientManagedApplication
Sets the value of the 'Client Managed Application
' attribute.- Parameters:
value
- the new value of the 'Client Managed Application' attribute.- See Also:
-
getServer
MdPropertyState getServer()Returns the value of the 'Server' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Server' attribute.
- See Also:
-
setServer
Sets the value of the 'Server
' attribute.- Parameters:
value
- the new value of the 'Server' attribute.- See Also:
-
getExternalConnection
MdPropertyState getExternalConnection()Returns the value of the 'External Connection' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'External Connection' attribute.
- See Also:
-
setExternalConnection
Sets the value of the 'External Connection
' attribute.- Parameters:
value
- the new value of the 'External Connection' attribute.- See Also:
-
getServerCall
MdPropertyState getServerCall()Returns the value of the 'Server Call' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
-
setServerCall
Sets the value of the 'Server Call
' attribute.- Parameters:
value
- the new value of the 'Server Call' attribute.- See Also:
-
getClientOrdinaryApplication
MdPropertyState getClientOrdinaryApplication()Returns the value of the 'Client Ordinary Application' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Client Ordinary Application' attribute.
- See Also:
-
setClientOrdinaryApplication
Sets the value of the 'Client Ordinary Application
' attribute.- Parameters:
value
- the new value of the 'Client Ordinary Application' attribute.- See Also:
-
getReturnValuesReuse
MdPropertyState getReturnValuesReuse()Returns the value of the 'Return Values Reuse' attribute. The literals are from the enumerationMdPropertyState
.- Returns:
- the value of the 'Return Values Reuse' attribute.
- See Also:
-
setReturnValuesReuse
Sets the value of the 'Return Values Reuse
' attribute.- Parameters:
value
- the new value of the 'Return Values Reuse' attribute.- See Also:
-