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.ResourcecreateResource(org.eclipse.emf.common.util.URI uri) createWorkingCopy(WSDefinitions wsDefinitions) CreatesWSDefinitionswokring 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:
createResourcein interfaceorg.eclipse.emf.ecore.resource.Resource.Factory- Overrides:
createResourcein classorg.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
-
createWorkingCopy
CreatesWSDefinitionswokring copy.- Parameters:
wsDefinitions- the original, cannot benull- Returns:
- the copy,
nullif not created
-