blob: f9bbd1b5010f860b0e81432bc51128f903978c0b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2019 IBM Corporation and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* <copyright>
* </copyright>
*
* $Id: EntityGroupImpl.java,v 1.7 2011/03/16 21:14:13 gkessler Exp $
*/
package org.eclipse.jst.jsf.common.metadata.internal.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.jst.jsf.common.metadata.EntityGroup;
import org.eclipse.jst.jsf.common.metadata.MetadataPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Entity Group</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
@SuppressWarnings("hiding")
public class EntityGroupImpl extends EntityImpl implements EntityGroup {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public static final String copyright = "Copyright (c) 2007 Oracle Corporation"; //$NON-NLS-1$
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EntityGroupImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return MetadataPackage.Literals.ENTITY_GROUP;
}
} //EntityGroupImpl