/** * * * * $Id$ */ package net.opengis.wfsv; import org.eclipse.emf.ecore.EFactory; /** * * The Factory for the model. * It provides a create method for each non-abstract class of the model. * * @see net.opengis.wfsv.WfsvPackage * @generated */ public interface WfsvFactory extends EFactory { /** * The singleton instance of the factory. * * * @generated */ WfsvFactory eINSTANCE = net.opengis.wfsv.impl.WfsvFactoryImpl.init(); /** * Returns a new object of class 'Describe Versioned Feature Type Type'. * * * @return a new object of class 'Describe Versioned Feature Type Type'. * @generated */ DescribeVersionedFeatureTypeType createDescribeVersionedFeatureTypeType(); /** * Returns a new object of class 'Difference Query Type'. * * * @return a new object of class 'Difference Query Type'. * @generated */ DifferenceQueryType createDifferenceQueryType(); /** * Returns a new object of class 'Document Root'. * * * @return a new object of class 'Document Root'. * @generated */ DocumentRoot createDocumentRoot(); /** * Returns a new object of class 'Get Diff Type'. * * * @return a new object of class 'Get Diff Type'. * @generated */ GetDiffType createGetDiffType(); /** * Returns a new object of class 'Get Log Type'. * * * @return a new object of class 'Get Log Type'. * @generated */ GetLogType createGetLogType(); /** * Returns a new object of class 'Get Versioned Feature Type'. * * * @return a new object of class 'Get Versioned Feature Type'. * @generated */ GetVersionedFeatureType createGetVersionedFeatureType(); /** * Returns a new object of class 'Rollback Type'. * * * @return a new object of class 'Rollback Type'. * @generated */ RollbackType createRollbackType(); /** * Returns a new object of class 'Versioned Delete Element Type'. * * * @return a new object of class 'Versioned Delete Element Type'. * @generated */ VersionedDeleteElementType createVersionedDeleteElementType(); /** * Returns a new object of class 'Versioned Feature Collection Type'. * * * @return a new object of class 'Versioned Feature Collection Type'. * @generated */ VersionedFeatureCollectionType createVersionedFeatureCollectionType(); /** * Returns a new object of class 'Versioned Update Element Type'. * * * @return a new object of class 'Versioned Update Element Type'. * @generated */ VersionedUpdateElementType createVersionedUpdateElementType(); /** * Returns the package supported by this factory. * * * @return the package supported by this factory. * @generated */ WfsvPackage getWfsvPackage(); } //WfsvFactory