blob: 677c251c3c6b5af9bae1484af150d6e13adb656e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0, which accompanies this distribution
* and is available at http://www.eclipse.org/legal/epl-v10.html.
*
* Contributors:
* Oracle - initial API and implementation
******************************************************************************/
package org.eclipse.jpt.core.jpa2.resource.orm;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.jpt.core.resource.orm.XmlColumn;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Xml Map Key Column</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.jpt.core.jpa2.resource.orm.Orm2_0Package#getXmlMapKeyColumn()
* @model kind="class"
* @generated
*/
public class XmlMapKeyColumn extends XmlColumn
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected XmlMapKeyColumn()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return Orm2_0Package.Literals.XML_MAP_KEY_COLUMN;
}
} // XmlMapKeyColumn