/** * * * * $Id$ */ package net.opengis.wps.impl; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javax.measure.unit.BaseUnit; import javax.measure.unit.Unit; import net.opengis.wps.UOMsType; import net.opengis.wps.WpsPackage; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.EObjectImpl; import org.eclipse.emf.ecore.util.EDataTypeUniqueEList; import org.eclipse.emf.ecore.util.EObjectResolvingEList; import org.eclipse.emf.ecore.util.EObjectContainmentEList; import org.eclipse.emf.ecore.util.InternalEList; /** * * An implementation of the model object 'UO Ms Type'. * *

*

* * @generated */ public class UOMsTypeImpl extends EObjectImpl implements UOMsType { /** * The cached value of the '{@link #getUOM() UOM}' reference list. * * * @see #getUOM() */ protected List uOM; /** * * * @generated */ protected UOMsTypeImpl() { super(); } /** * * * @generated */ protected EClass eStaticClass() { return WpsPackage.eINSTANCE.getUOMsType(); } /** * * * */ public List getUOM() { if (uOM == null) { uOM = new ArrayList(); } return uOM; } } //UOMsTypeImpl