/** * <copyright> * </copyright> * * $Id$ */ package net.opengis.wcs10; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Exception Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.opengis.wcs10.ExceptionType#getFormat <em>Format</em>}</li> * </ul> * </p> * * @see net.opengis.wcs10.Wcs10Package#getExceptionType() * @model extendedMetaData="name='Exception_._type' kind='elementOnly'" * @generated */ public interface ExceptionType extends EObject { /** * Returns the value of the '<em><b>Format</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Format</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Format</em>' attribute. * @see #setFormat(String) * @see net.opengis.wcs10.Wcs10Package#getExceptionType_Format() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='element' name='Format' namespace='##targetNamespace'" * @generated */ String getFormat(); /** * Sets the value of the '{@link net.opengis.wcs10.ExceptionType#getFormat <em>Format</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Format</em>' attribute. * @see #getFormat() * @generated */ void setFormat(String value); } // ExceptionType