Interface LanguagesType1

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DefaultType2 getDefault()
      Returns the value of the 'Default' containment reference.
      LanguagesType getSupported()
      Returns the value of the 'Supported' containment reference.
      void setDefault​(DefaultType2 value)
      Sets the value of the 'Default' containment reference.
      void setSupported​(LanguagesType value)
      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 Detail

      • 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:
        getDefault()
      • 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:
        getSupported()