/** * * * * $Id$ */ package net.opengis.ows11; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Language String Type'. * * * * Text string with the language of the string identified as recommended in the XML 1.0 W3C Recommendation, section 2.12. * * *

* The following features are supported: *

*

* * @see net.opengis.ows11.Ows11Package#getLanguageStringType() * @model extendedMetaData="name='LanguageStringType' kind='simple'" * @generated */ public interface LanguageStringType extends EObject { /** * Returns the value of the 'Value' attribute. * *

* If the meaning of the 'Value' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Value' attribute. * @see #setValue(String) * @see net.opengis.ows11.Ows11Package#getLanguageStringType_Value() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="name=':0' kind='simple'" * @generated */ String getValue(); /** * Sets the value of the '{@link net.opengis.ows11.LanguageStringType#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(String value); } // LanguageStringType