Interface SupportedFormatsType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getFormats()
      Returns the value of the 'Formats' containment reference list.
      String getNativeFormat()
      Returns the value of the 'Native Format' attribute.
      void setNativeFormat​(String value)
      Sets the value of the 'Native Format' 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

      • getFormats

        EList getFormats()
        Returns the value of the 'Formats' containment reference list. The list contents are of type CodeListType. Identifiers of one or more formats in which coverage content can be retrieved. The codeSpace optional attribute can reference the semantic of the format identifiers.
        Returns:
        the value of the 'Formats' containment reference list.
        See Also:
        Wcs10Package.getSupportedFormatsType_Formats()
      • setNativeFormat

        void setNativeFormat​(String value)
        Sets the value of the 'Native Format' attribute.
        Parameters:
        value - the new value of the 'Native Format' attribute.
        See Also:
        getNativeFormat()