Interface LanguagesType1

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

public interface LanguagesType1 extends EObject
A representation of the model object 'Languages Type1'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Default' containment reference.
    Returns the value of the 'Supported' containment reference.
    void
    Sets the value of the 'Default' containment reference.
    void
    Sets the value of the 'Supported' containment reference.

    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

    • getDefault

      DefaultType2 getDefault()
      Returns the value of the 'Default' containment reference. Identifies the default language that will be used unless the operation request specifies another supported language.
      Returns:
      the value of the 'Default' containment reference.
      See Also:
    • setDefault

      void setDefault(DefaultType2 value)
      Sets the value of the 'Default' containment reference.
      Parameters:
      value - the new value of the 'Default' containment reference.
      See Also:
    • getSupported

      LanguagesType getSupported()
      Returns the value of the 'Supported' containment reference. Unordered list of references to all of the languages supported by this service. The default language shall be included in this list.
      Returns:
      the value of the 'Supported' containment reference.
      See Also:
    • setSupported

      void setSupported(LanguagesType value)
      Sets the value of the 'Supported' containment reference.
      Parameters:
      value - the new value of the 'Supported' containment reference.
      See Also: