blob: 397caccbb6ae64538ec5da76190a9a6b266d0b3c [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: EstimatingMetricImpl.java,v 1.2 2008/01/30 00:41:47 klow Exp $
*/
package org.eclipse.epf.xml.uma.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.epf.xml.uma.EstimatingMetric;
import org.eclipse.epf.xml.uma.UmaPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Estimating Metric</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class EstimatingMetricImpl extends GuidanceImpl implements EstimatingMetric {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EstimatingMetricImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return UmaPackage.Literals.ESTIMATING_METRIC;
}
} //EstimatingMetricImpl