Interface LanguagesType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    LanguagesTypeImpl

    public interface LanguagesType
    extends EObject
    A representation of the model object 'Languages Type'.

    The following features are supported:

    See Also:
    Ows20Package.getLanguagesType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLanguage()
      Returns the value of the 'Language' attribute.
      void setLanguage​(String value)
      Sets the value of the 'Language' attribute.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getLanguage

        String getLanguage()
        Returns the value of the 'Language' attribute. Identifier of a language used by the data(set) contents. This language identifier shall be as specified in IETF RFC 4646. The language tags shall be either complete 5 character codes (e.g. "en-CA"), or abbreviated 2 character codes (e.g. "en"). In addition to the RFC 4646 codes, the server shall support the single special value " " which is used to indicate "any language".
        Returns:
        the value of the 'Language' attribute.
        See Also:
        setLanguage(String), Ows20Package.getLanguagesType_Language()
      • setLanguage

        void setLanguage​(String value)
        Sets the value of the 'Language' attribute.
        Parameters:
        value - the new value of the 'Language' attribute.
        See Also:
        getLanguage()