Interface CommonModule
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommonModuleImpl
public interface CommonModule extends MdObject
A representation of the model object 'Common Module'.The following features are supported:
- See Also:
MdClassPackage.getCommonModule()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextDef
getContextDef()
Returns the value of the 'Context Def' containment reference.Module
getModule()
Returns the value of the 'Module' reference.ReturnValuesReuse
getReturnValuesReuse()
Returns the value of the 'Return Values Reuse' attribute.boolean
isClientManagedApplication()
Returns the value of the 'Client Managed Application' attribute.boolean
isClientOrdinaryApplication()
Returns the value of the 'Client Ordinary Application' attribute.boolean
isExternalConnection()
Returns the value of the 'External Connection' attribute.boolean
isGlobal()
Returns the value of the 'Global' attribute.boolean
isPrivileged()
Returns the value of the 'Privileged' attribute.boolean
isServer()
Returns the value of the 'Server' attribute.boolean
isServerCall()
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
setModule(Module value)
Sets the value of the 'Module
' reference.void
setPrivileged(boolean value)
Sets the value of the 'Privileged
' attribute.void
setReturnValuesReuse(ReturnValuesReuse value)
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.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
-
-
-
Method Detail
-
getContextDef
ContextDef getContextDef()
Returns the value of the 'Context Def' containment reference.- Returns:
- the value of the 'Context Def' containment reference.
- See Also:
setContextDef(ContextDef)
,MdClassPackage.getCommonModule_ContextDef()
-
setContextDef
void setContextDef(ContextDef value)
Sets the value of the 'Context Def
' containment reference.- Parameters:
value
- the new value of the 'Context Def' containment reference.- See Also:
getContextDef()
-
getModule
Module getModule()
Returns the value of the 'Module' reference.- Returns:
- the value of the 'Module' reference.
- See Also:
setModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getCommonModule_Module()
-
setModule
void setModule(Module value)
Sets the value of the 'Module
' reference.- Parameters:
value
- the new value of the 'Module' reference.- See Also:
getModule()
-
isGlobal
boolean isGlobal()
Returns the value of the 'Global' attribute.- Returns:
- the value of the 'Global' attribute.
- See Also:
setGlobal(boolean)
,MdClassPackage.getCommonModule_Global()
-
setGlobal
void setGlobal(boolean value)
Sets the value of the 'Global
' attribute.- Parameters:
value
- the new value of the 'Global' attribute.- See Also:
isGlobal()
-
isClientManagedApplication
boolean isClientManagedApplication()
Returns the value of the 'Client Managed Application' attribute.- Returns:
- the value of the 'Client Managed Application' attribute.
- See Also:
setClientManagedApplication(boolean)
,MdClassPackage.getCommonModule_ClientManagedApplication()
-
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:
isClientManagedApplication()
-
isServer
boolean isServer()
Returns the value of the 'Server' attribute.- Returns:
- the value of the 'Server' attribute.
- See Also:
setServer(boolean)
,MdClassPackage.getCommonModule_Server()
-
setServer
void setServer(boolean value)
Sets the value of the 'Server
' attribute.- Parameters:
value
- the new value of the 'Server' attribute.- See Also:
isServer()
-
isExternalConnection
boolean isExternalConnection()
Returns the value of the 'External Connection' attribute.- Returns:
- the value of the 'External Connection' attribute.
- See Also:
setExternalConnection(boolean)
,MdClassPackage.getCommonModule_ExternalConnection()
-
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:
isExternalConnection()
-
isClientOrdinaryApplication
boolean isClientOrdinaryApplication()
Returns the value of the 'Client Ordinary Application' attribute.- Returns:
- the value of the 'Client Ordinary Application' attribute.
- See Also:
setClientOrdinaryApplication(boolean)
,MdClassPackage.getCommonModule_ClientOrdinaryApplication()
-
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:
isClientOrdinaryApplication()
-
isServerCall
boolean isServerCall()
Returns the value of the 'Server Call' attribute.- Returns:
- the value of the 'Server Call' attribute.
- See Also:
setServerCall(boolean)
,MdClassPackage.getCommonModule_ServerCall()
-
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:
isServerCall()
-
isPrivileged
boolean isPrivileged()
Returns the value of the 'Privileged' attribute.- Returns:
- the value of the 'Privileged' attribute.
- See Also:
setPrivileged(boolean)
,MdClassPackage.getCommonModule_Privileged()
-
setPrivileged
void setPrivileged(boolean value)
Sets the value of the 'Privileged
' attribute.- Parameters:
value
- the new value of the 'Privileged' attribute.- See Also:
isPrivileged()
-
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:
ReturnValuesReuse
,setReturnValuesReuse(ReturnValuesReuse)
,MdClassPackage.getCommonModule_ReturnValuesReuse()
-
setReturnValuesReuse
void setReturnValuesReuse(ReturnValuesReuse value)
Sets the value of the 'Return Values Reuse
' attribute.- Parameters:
value
- the new value of the 'Return Values Reuse' attribute.- See Also:
ReturnValuesReuse
,getReturnValuesReuse()
-
-