Class CommonModuleImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.metadata.mdclass.impl.MdObjectImpl
-
- com._1c.g5.v8.dt.metadata.mdclass.impl.CommonModuleImpl
-
- All Implemented Interfaces:
IBmObject
,CommonModule
,MdObject
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
,org.eclipse.emf.ecore.InternalEObject
public class CommonModuleImpl extends MdObjectImpl implements CommonModule
An implementation of the model object 'Common Module'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommonModuleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments)
protected org.eclipse.emf.ecore.EClass
eStaticClass()
ContextDef
getContextDef()
Module
getModule()
ReturnValuesReuse
getReturnValuesReuse()
boolean
isClientManagedApplication()
boolean
isClientOrdinaryApplication()
boolean
isExternalConnection()
boolean
isGlobal()
boolean
isPrivileged()
boolean
isServer()
boolean
isServerCall()
void
setClientManagedApplication(boolean newClientManagedApplication)
void
setClientOrdinaryApplication(boolean newClientOrdinaryApplication)
void
setContextDef(ContextDef newContextDef)
void
setExternalConnection(boolean newExternalConnection)
void
setGlobal(boolean newGlobal)
void
setModule(Module newModule)
void
setPrivileged(boolean newPrivileged)
void
setReturnValuesReuse(ReturnValuesReuse newReturnValuesReuse)
void
setServer(boolean newServer)
void
setServerCall(boolean newServerCall)
boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Methods inherited from class com._1c.g5.v8.dt.metadata.mdclass.impl.MdObjectImpl
eStaticFeatureCount, getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClass
in classMdObjectImpl
-
getContextDef
public ContextDef getContextDef()
- Specified by:
getContextDef
in interfaceCommonModule
- Returns:
- the value of the 'Context Def' containment reference.
- See Also:
CommonModule.setContextDef(ContextDef)
,MdClassPackage.getCommonModule_ContextDef()
-
setContextDef
public void setContextDef(ContextDef newContextDef)
- Specified by:
setContextDef
in interfaceCommonModule
- Parameters:
newContextDef
- the new value of the 'Context Def' containment reference.- See Also:
CommonModule.getContextDef()
-
getModule
public Module getModule()
- Specified by:
getModule
in interfaceCommonModule
- Returns:
- the value of the 'Module' reference.
- See Also:
CommonModule.setModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getCommonModule_Module()
-
setModule
public void setModule(Module newModule)
- Specified by:
setModule
in interfaceCommonModule
- Parameters:
newModule
- the new value of the 'Module' reference.- See Also:
CommonModule.getModule()
-
isGlobal
public boolean isGlobal()
- Specified by:
isGlobal
in interfaceCommonModule
- Returns:
- the value of the 'Global' attribute.
- See Also:
CommonModule.setGlobal(boolean)
,MdClassPackage.getCommonModule_Global()
-
setGlobal
public void setGlobal(boolean newGlobal)
- Specified by:
setGlobal
in interfaceCommonModule
- Parameters:
newGlobal
- the new value of the 'Global' attribute.- See Also:
CommonModule.isGlobal()
-
isClientManagedApplication
public boolean isClientManagedApplication()
- Specified by:
isClientManagedApplication
in interfaceCommonModule
- Returns:
- the value of the 'Client Managed Application' attribute.
- See Also:
CommonModule.setClientManagedApplication(boolean)
,MdClassPackage.getCommonModule_ClientManagedApplication()
-
setClientManagedApplication
public void setClientManagedApplication(boolean newClientManagedApplication)
- Specified by:
setClientManagedApplication
in interfaceCommonModule
- Parameters:
newClientManagedApplication
- the new value of the 'Client Managed Application' attribute.- See Also:
CommonModule.isClientManagedApplication()
-
isServer
public boolean isServer()
- Specified by:
isServer
in interfaceCommonModule
- Returns:
- the value of the 'Server' attribute.
- See Also:
CommonModule.setServer(boolean)
,MdClassPackage.getCommonModule_Server()
-
setServer
public void setServer(boolean newServer)
- Specified by:
setServer
in interfaceCommonModule
- Parameters:
newServer
- the new value of the 'Server' attribute.- See Also:
CommonModule.isServer()
-
isExternalConnection
public boolean isExternalConnection()
- Specified by:
isExternalConnection
in interfaceCommonModule
- Returns:
- the value of the 'External Connection' attribute.
- See Also:
CommonModule.setExternalConnection(boolean)
,MdClassPackage.getCommonModule_ExternalConnection()
-
setExternalConnection
public void setExternalConnection(boolean newExternalConnection)
- Specified by:
setExternalConnection
in interfaceCommonModule
- Parameters:
newExternalConnection
- the new value of the 'External Connection' attribute.- See Also:
CommonModule.isExternalConnection()
-
isClientOrdinaryApplication
public boolean isClientOrdinaryApplication()
- Specified by:
isClientOrdinaryApplication
in interfaceCommonModule
- Returns:
- the value of the 'Client Ordinary Application' attribute.
- See Also:
CommonModule.setClientOrdinaryApplication(boolean)
,MdClassPackage.getCommonModule_ClientOrdinaryApplication()
-
setClientOrdinaryApplication
public void setClientOrdinaryApplication(boolean newClientOrdinaryApplication)
- Specified by:
setClientOrdinaryApplication
in interfaceCommonModule
- Parameters:
newClientOrdinaryApplication
- the new value of the 'Client Ordinary Application' attribute.- See Also:
CommonModule.isClientOrdinaryApplication()
-
isServerCall
public boolean isServerCall()
- Specified by:
isServerCall
in interfaceCommonModule
- Returns:
- the value of the 'Server Call' attribute.
- See Also:
CommonModule.setServerCall(boolean)
,MdClassPackage.getCommonModule_ServerCall()
-
setServerCall
public void setServerCall(boolean newServerCall)
- Specified by:
setServerCall
in interfaceCommonModule
- Parameters:
newServerCall
- the new value of the 'Server Call' attribute.- See Also:
CommonModule.isServerCall()
-
isPrivileged
public boolean isPrivileged()
- Specified by:
isPrivileged
in interfaceCommonModule
- Returns:
- the value of the 'Privileged' attribute.
- See Also:
CommonModule.setPrivileged(boolean)
,MdClassPackage.getCommonModule_Privileged()
-
setPrivileged
public void setPrivileged(boolean newPrivileged)
- Specified by:
setPrivileged
in interfaceCommonModule
- Parameters:
newPrivileged
- the new value of the 'Privileged' attribute.- See Also:
CommonModule.isPrivileged()
-
getReturnValuesReuse
public ReturnValuesReuse getReturnValuesReuse()
- Specified by:
getReturnValuesReuse
in interfaceCommonModule
- Returns:
- the value of the 'Return Values Reuse' attribute.
- See Also:
ReturnValuesReuse
,CommonModule.setReturnValuesReuse(ReturnValuesReuse)
,MdClassPackage.getCommonModule_ReturnValuesReuse()
-
setReturnValuesReuse
public void setReturnValuesReuse(ReturnValuesReuse newReturnValuesReuse)
- Specified by:
setReturnValuesReuse
in interfaceCommonModule
- Parameters:
newReturnValuesReuse
- the new value of the 'Return Values Reuse' attribute.- See Also:
ReturnValuesReuse
,CommonModule.getReturnValuesReuse()
-
validate
public boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
- Specified by:
validate
in interfaceCommonModule
-
eInvoke
public Object eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException
- Specified by:
eInvoke
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eInvoke
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
- Throws:
InvocationTargetException
-
-