Interface CommonModule
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommonModuleImpl
A representation of the model object 'Common Module'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Context Def' containment reference.Returns the value of the 'Module' reference.Returns the value of the 'Return Values Reuse' attribute.org.eclipse.emf.ecore.EObject
Returns the value of the 'Suppress Object' reference.boolean
Returns the value of the 'Client Managed Application' attribute.boolean
Returns the value of the 'Client Ordinary Application' attribute.boolean
Returns the value of the 'External Connection' attribute.boolean
isGlobal()
Returns the value of the 'Global' attribute.boolean
Returns the value of the 'Privileged' attribute.boolean
isServer()
Returns the value of the 'Server' attribute.boolean
Returns the value of the 'Server Call' attribute.void
setClientManagedApplication
(boolean value) Sets the value of the 'Client Managed Application
' attribute.void
setClientOrdinaryApplication
(boolean value) Sets the value of the 'Client Ordinary Application
' attribute.void
setContextDef
(ContextDef value) Sets the value of the 'Context Def
' containment reference.void
setExternalConnection
(boolean value) Sets the value of the 'External Connection
' attribute.void
setGlobal
(boolean value) Sets the value of the 'Global
' attribute.void
Sets the value of the 'Module
' reference.void
setPrivileged
(boolean value) Sets the value of the 'Privileged
' attribute.void
Sets the value of the 'Return Values Reuse
' attribute.void
setServer
(boolean value) Sets the value of the 'Server
' attribute.void
setServerCall
(boolean value) Sets the value of the 'Server Call
' attribute.void
setSuppressObject
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.boolean
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.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getContextDef
ContextDef getContextDef()Returns the value of the 'Context Def' containment reference.- Returns:
- the value of the 'Context Def' containment reference.
- See Also:
-
setContextDef
Sets the value of the 'Context Def
' containment reference.- Parameters:
value
- the new value of the 'Context Def' containment reference.- See Also:
-
getModule
Module getModule()Returns the value of the 'Module' reference.- Returns:
- the value of the 'Module' reference.
- See Also:
-
setModule
Sets the value of the 'Module
' reference.- Parameters:
value
- the new value of the 'Module' reference.- See Also:
-
isGlobal
boolean isGlobal()Returns the value of the 'Global' attribute.- Returns:
- the value of the 'Global' attribute.
- See Also:
-
setGlobal
void setGlobal(boolean value) Sets the value of the 'Global
' attribute.- Parameters:
value
- the new value of the 'Global' attribute.- See Also:
-
isClientManagedApplication
boolean isClientManagedApplication()Returns the value of the 'Client Managed Application' attribute.- Returns:
- the value of the 'Client Managed Application' attribute.
- See Also:
-
setClientManagedApplication
void setClientManagedApplication(boolean value) Sets the value of the 'Client Managed Application
' attribute.- Parameters:
value
- the new value of the 'Client Managed Application' attribute.- See Also:
-
isServer
boolean isServer()Returns the value of the 'Server' attribute.- Returns:
- the value of the 'Server' attribute.
- See Also:
-
setServer
void setServer(boolean value) Sets the value of the 'Server
' attribute.- Parameters:
value
- the new value of the 'Server' attribute.- See Also:
-
isExternalConnection
boolean isExternalConnection()Returns the value of the 'External Connection' attribute.- Returns:
- the value of the 'External Connection' attribute.
- See Also:
-
setExternalConnection
void setExternalConnection(boolean value) Sets the value of the 'External Connection
' attribute.- Parameters:
value
- the new value of the 'External Connection' attribute.- See Also:
-
isClientOrdinaryApplication
boolean isClientOrdinaryApplication()Returns the value of the 'Client Ordinary Application' attribute.- Returns:
- the value of the 'Client Ordinary Application' attribute.
- See Also:
-
setClientOrdinaryApplication
void setClientOrdinaryApplication(boolean value) Sets the value of the 'Client Ordinary Application
' attribute.- Parameters:
value
- the new value of the 'Client Ordinary Application' attribute.- See Also:
-
isServerCall
boolean isServerCall()Returns the value of the 'Server Call' attribute.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
-
setServerCall
void setServerCall(boolean value) Sets the value of the 'Server Call
' attribute.- Parameters:
value
- the new value of the 'Server Call' attribute.- See Also:
-
isPrivileged
boolean isPrivileged()Returns the value of the 'Privileged' attribute.- Returns:
- the value of the 'Privileged' attribute.
- See Also:
-
setPrivileged
void setPrivileged(boolean value) Sets the value of the 'Privileged
' attribute.- Parameters:
value
- the new value of the 'Privileged' attribute.- See Also:
-
getReturnValuesReuse
ReturnValuesReuse getReturnValuesReuse()Returns the value of the 'Return Values Reuse' attribute. The literals are from the enumerationReturnValuesReuse
.- 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:
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-