blob: e0fcbc3f14b5364ed268aacba22b5b8b6d3f32b0 [file] [log] [blame]
cbateman39c15422006-12-21 02:36:52 +00001/***************************************************************************************************
2 * Copyright (c) 2005, 2006 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * IBM Corporation - initial API and implementation
10 * Oracle Corporation - revision
11 **************************************************************************************************/
12package org.eclipse.jst.jsf.facesconfig.emf.impl;
13
14import org.eclipse.emf.ecore.EClass;
cbateman39c15422006-12-21 02:36:52 +000015import org.eclipse.jst.jsf.facesconfig.emf.FacesConfigPackage;
16import org.eclipse.jst.jsf.facesconfig.emf.RenderKitExtensionType;
17
18/**
19 * <!-- begin-user-doc -->
20 * An implementation of the model object '<em><b>Render Kit Extension Type</b></em>'.
21 * <!-- end-user-doc -->
22 * <p>
23 * </p>
24 *
25 * @generated
26 */
27public class RenderKitExtensionTypeImpl extends ExtensionTypeImpl implements RenderKitExtensionType {
28 /**
gkessler40272782010-03-17 00:22:30 +000029 * <!-- begin-user-doc -->
cbateman39c15422006-12-21 02:36:52 +000030 * <!-- end-user-doc -->
gkessler40272782010-03-17 00:22:30 +000031 * @generated
32 */
cbateman26b58832007-10-02 17:57:10 +000033 @SuppressWarnings("hiding")
gkesslercfc53082008-11-18 22:25:04 +000034 public static final String copyright = "Copyright (c) 2005, 2006 IBM Corporation and others"; //$NON-NLS-1$
cbateman39c15422006-12-21 02:36:52 +000035
36 /**
gkessler40272782010-03-17 00:22:30 +000037 * <!-- begin-user-doc -->
cbateman39c15422006-12-21 02:36:52 +000038 * <!-- end-user-doc -->
gkessler40272782010-03-17 00:22:30 +000039 * @generated
40 */
cbateman39c15422006-12-21 02:36:52 +000041 protected RenderKitExtensionTypeImpl() {
gkessler40272782010-03-17 00:22:30 +000042 super();
43 }
cbateman39c15422006-12-21 02:36:52 +000044
45 /**
gkessler40272782010-03-17 00:22:30 +000046 * <!-- begin-user-doc -->
cbateman39c15422006-12-21 02:36:52 +000047 * <!-- end-user-doc -->
gkessler40272782010-03-17 00:22:30 +000048 * @generated
49 */
cbateman39c15422006-12-21 02:36:52 +000050 protected EClass eStaticClass() {
gkessler40272782010-03-17 00:22:30 +000051 return FacesConfigPackage.Literals.RENDER_KIT_EXTENSION_TYPE;
52 }
cbateman39c15422006-12-21 02:36:52 +000053
54} //RenderKitExtensionTypeImpl