blob: efd1b7167c974d8a81137c6b567b00a133a09b16 [file] [log] [blame]
justinchen7f57f4a2006-04-27 23:42:48 +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;
13
justinchen7f57f4a2006-04-27 23:42:48 +000014
15/**
16 * <!-- begin-user-doc -->
17 * A representation of the model object '<em><b>Component Extension Type</b></em>'.
18 * <!-- end-user-doc -->
19 *
justinchen7f57f4a2006-04-27 23:42:48 +000020 *
21 * @see org.eclipse.jst.jsf.facesconfig.emf.FacesConfigPackage#getComponentExtensionType()
cbateman8030aa42006-12-20 19:14:55 +000022 * @model extendedMetaData="name='component-extension_._type'"
justinchen7f57f4a2006-04-27 23:42:48 +000023 * @generated
24 */
cbateman8030aa42006-12-20 19:14:55 +000025public interface ComponentExtensionType extends ExtensionType {
26 /**
gkessler40272782010-03-17 00:22:30 +000027 * <!-- begin-user-doc -->
justinchen7f57f4a2006-04-27 23:42:48 +000028 * <!-- end-user-doc -->
gkessler40272782010-03-17 00:22:30 +000029 * @generated
30 */
gkesslercfc53082008-11-18 22:25:04 +000031 String copyright = "Copyright (c) 2005, 2006 IBM Corporation and others"; //$NON-NLS-1$
justinchen7f57f4a2006-04-27 23:42:48 +000032
justinchen7f57f4a2006-04-27 23:42:48 +000033} // ComponentExtensionType