Interface CommonModuleExtension
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,MdObjectExtension,org.eclipse.emf.common.notify.Notifier,ObjectExtension
- All Known Implementing Classes:
CommonModuleExtensionImpl
public interface CommonModuleExtension extends MdObjectExtension
A representation of the model object 'Common Module Extension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdPropertyStategetClientManagedApplication()Returns the value of the 'Client Managed Application' attribute.MdPropertyStategetClientOrdinaryApplication()Returns the value of the 'Client Ordinary Application' attribute.MdPropertyStategetExternalConnection()Returns the value of the 'External Connection' attribute.MdPropertyStategetGlobal()Returns the value of the 'Global' attribute.MdPropertyStategetModule()Returns the value of the 'Module' attribute.MdPropertyStategetReturnValuesReuse()Returns the value of the 'Return Values Reuse' attribute.MdPropertyStategetServer()Returns the value of the 'Server' attribute.MdPropertyStategetServerCall()Returns the value of the 'Server Call' attribute.voidsetClientManagedApplication(MdPropertyState value)Sets the value of the 'Client Managed Application' attribute.voidsetClientOrdinaryApplication(MdPropertyState value)Sets the value of the 'Client Ordinary Application' attribute.voidsetExternalConnection(MdPropertyState value)Sets the value of the 'External Connection' attribute.voidsetGlobal(MdPropertyState value)Sets the value of the 'Global' attribute.voidsetModule(MdPropertyState value)Sets the value of the 'Module' attribute.voidsetReturnValuesReuse(MdPropertyState value)Sets the value of the 'Return Values Reuse' attribute.voidsetServer(MdPropertyState value)Sets the value of the 'Server' attribute.voidsetServerCall(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
-
-
-
-
Method Detail
-
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:
MdPropertyState,setModule(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_Module()
-
setModule
void setModule(MdPropertyState value)
Sets the value of the 'Module' attribute.- Parameters:
value- the new value of the 'Module' attribute.- See Also:
MdPropertyState,getModule()
-
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:
MdPropertyState,setGlobal(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_Global()
-
setGlobal
void setGlobal(MdPropertyState value)
Sets the value of the 'Global' attribute.- Parameters:
value- the new value of the 'Global' attribute.- See Also:
MdPropertyState,getGlobal()
-
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:
MdPropertyState,setClientManagedApplication(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_ClientManagedApplication()
-
setClientManagedApplication
void setClientManagedApplication(MdPropertyState value)
Sets the value of the 'Client Managed Application' attribute.- Parameters:
value- the new value of the 'Client Managed Application' attribute.- See Also:
MdPropertyState,getClientManagedApplication()
-
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:
MdPropertyState,setServer(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_Server()
-
setServer
void setServer(MdPropertyState value)
Sets the value of the 'Server' attribute.- Parameters:
value- the new value of the 'Server' attribute.- See Also:
MdPropertyState,getServer()
-
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:
MdPropertyState,setExternalConnection(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_ExternalConnection()
-
setExternalConnection
void setExternalConnection(MdPropertyState value)
Sets the value of the 'External Connection' attribute.- Parameters:
value- the new value of the 'External Connection' attribute.- See Also:
MdPropertyState,getExternalConnection()
-
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:
MdPropertyState,setServerCall(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_ServerCall()
-
setServerCall
void setServerCall(MdPropertyState value)
Sets the value of the 'Server Call' attribute.- Parameters:
value- the new value of the 'Server Call' attribute.- See Also:
MdPropertyState,getServerCall()
-
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:
MdPropertyState,setClientOrdinaryApplication(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_ClientOrdinaryApplication()
-
setClientOrdinaryApplication
void setClientOrdinaryApplication(MdPropertyState value)
Sets the value of the 'Client Ordinary Application' attribute.- Parameters:
value- the new value of the 'Client Ordinary Application' attribute.- See Also:
MdPropertyState,getClientOrdinaryApplication()
-
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:
MdPropertyState,setReturnValuesReuse(MdPropertyState),MdClassExtensionPackage.getCommonModuleExtension_ReturnValuesReuse()
-
setReturnValuesReuse
void setReturnValuesReuse(MdPropertyState value)
Sets the value of the 'Return Values Reuse' attribute.- Parameters:
value- the new value of the 'Return Values Reuse' attribute.- See Also:
MdPropertyState,getReturnValuesReuse()
-
-