Interface SupportedFormatsType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SupportedFormatsTypeImpl

public interface SupportedFormatsType extends EObject
A representation of the model object 'Supported Formats Type'. Unordered list of data transfer formats supported.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    Returns the value of the 'Formats' containment reference list.
    Returns the value of the 'Native Format' attribute.
    void
    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 Details

    • 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:
    • getNativeFormat

      String getNativeFormat()
      Returns the value of the 'Native Format' attribute. Identifiers of one format in which the data is stored.
      Returns:
      the value of the 'Native Format' attribute.
      See Also:
    • 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: