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 ContextDefgetContextDef()Returns the value of the 'Context Def' containment reference.ModulegetModule()Returns the value of the 'Module' reference.ReturnValuesReusegetReturnValuesReuse()Returns the value of the 'Return Values Reuse' attribute.booleanisClientManagedApplication()Returns the value of the 'Client Managed Application' attribute.booleanisClientOrdinaryApplication()Returns the value of the 'Client Ordinary Application' attribute.booleanisExternalConnection()Returns the value of the 'External Connection' attribute.booleanisGlobal()Returns the value of the 'Global' attribute.booleanisPrivileged()Returns the value of the 'Privileged' attribute.booleanisServer()Returns the value of the 'Server' attribute.booleanisServerCall()Returns the value of the 'Server Call' attribute.voidsetClientManagedApplication(boolean value)Sets the value of the 'Client Managed Application' attribute.voidsetClientOrdinaryApplication(boolean value)Sets the value of the 'Client Ordinary Application' attribute.voidsetContextDef(ContextDef value)Sets the value of the 'Context Def' containment reference.voidsetExternalConnection(boolean value)Sets the value of the 'External Connection' attribute.voidsetGlobal(boolean value)Sets the value of the 'Global' attribute.voidsetModule(Module value)Sets the value of the 'Module' reference.voidsetPrivileged(boolean value)Sets the value of the 'Privileged' attribute.voidsetReturnValuesReuse(ReturnValuesReuse value)Sets the value of the 'Return Values Reuse' attribute.voidsetServer(boolean value)Sets the value of the 'Server' attribute.voidsetServerCall(boolean value)Sets the value of the 'Server Call' attribute.booleanvalidate(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()
-
-