/** * * * * $Id$ */ package net.opengis.wps10; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'UOMs Type'. * * * * Identifies a UOM supported for this input or output. * * *

* The following features are supported: *

*

* * @see net.opengis.wps10.Wps10Package#getUOMsType() * @model extendedMetaData="name='UOMsType' kind='elementOnly'" * @generated */ public interface UOMsType extends EObject { /** * Returns the value of the 'UOM' containment reference list. * The list contents are of type {@link net.opengis.ows11.DomainMetadataType}. * * * * Reference to a UOM supported for this input or output. * * @return the value of the 'UOM' containment reference list. * @see net.opengis.wps10.Wps10Package#getUOMsType_UOM() * @model type="javax.measure.unit.Unit" */ EList getUOM(); } // UOMsType