blob: b55370e7f06b6ee561cced3e70d2804303f98fed [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$
*/
package org.eclipse.jst.jsf.common.metadata;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity Group</b></em>'.
* <p><b>Provisional API - subject to change</b></p>
* <!-- end-user-doc -->
*
*
* @see org.eclipse.jst.jsf.common.metadata.MetadataPackage#getEntityGroup()
* @model
* @generated
*/
public interface EntityGroup extends Entity {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) 2007 Oracle Corporation"; //$NON-NLS-1$
} // EntityGroup