blob: a8e37a220b9a2fdd78ff3b4c523d6818113f2735 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 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.resource.orm;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Post Update</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.jpt.core.resource.orm.OrmPackage#getPostUpdate()
* @model kind="class"
* @generated
*/
public class PostUpdate extends EventMethod
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected PostUpdate()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
{
return OrmPackage.Literals.POST_UPDATE;
}
} // PostUpdate