blob: 9b965233d32cf1464d7b9c35db8890489b33d3da [file] [log] [blame]
package org.eclipse.stem.internal.data.generatedplugin;
/*******************************************************************************
* Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
* IBM Corporation, BfR, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc --> The <b>Factory</b> for the model. It provides a
* create method for each non-abstract class of the model. <!-- end-user-doc -->
*
* @see org.eclipse.stem.internal.data.generatedplugin.GeneratedpluginPackage
* @generated
*/
public interface GeneratedpluginFactory extends EFactory {
/**
* The singleton instance of the factory. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @generated
*/
GeneratedpluginFactory eINSTANCE = org.eclipse.stem.internal.data.generatedplugin.impl.GeneratedpluginFactoryImpl
.init();
/**
* Returns a new object of class '<em>Dublin Core</em>'. <!-- begin-user-doc
* --> <!-- end-user-doc -->
*
* @return a new object of class '<em>Dublin Core</em>'.
* @generated
*/
DublinCore createDublinCore();
/**
* Returns a new object of class '<em>Extension</em>'. <!-- begin-user-doc
* --> <!-- end-user-doc -->
*
* @return a new object of class '<em>Extension</em>'.
* @generated
*/
Extension createExtension();
/**
* Returns a new object of class '<em>Plugin</em>'. <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @return a new object of class '<em>Plugin</em>'.
* @generated
*/
Plugin createPlugin();
/**
* Returns a new object of class '<em>Stem Category</em>'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return a new object of class '<em>Stem Category</em>'.
* @generated
*/
StemCategory createStemCategory();
/**
* Returns the package supported by this factory. <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @return the package supported by this factory.
* @generated
*/
GeneratedpluginPackage getGeneratedpluginPackage();
} // GeneratedpluginFactory