Package com._1c.g5.v8.dt.ws.resource
Class WSDefinitionResourceFactory
java.lang.Object
org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
com._1c.g5.v8.dt.ws.resource.WSDefinitionResourceFactory
- All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory
public class WSDefinitionResourceFactory
extends org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
Resource factory for WSDefinition objects.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor, org.eclipse.emf.ecore.resource.Resource.Factory.Registry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.resource.Resource
createResource
(org.eclipse.emf.common.util.URI uri) createWorkingCopy
(WSDefinitions wsDefinitions) CreatesWSDefinitions
wokring copy.
-
Constructor Details
-
WSDefinitionResourceFactory
public WSDefinitionResourceFactory()
-
-
Method Details
-
createResource
public org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri) - Specified by:
createResource
in interfaceorg.eclipse.emf.ecore.resource.Resource.Factory
- Overrides:
createResource
in classorg.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
-
createWorkingCopy
CreatesWSDefinitions
wokring copy.- Parameters:
wsDefinitions
- the original, cannot benull
- Returns:
- the copy,
null
if not created
-