Interface MdType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      short getCategory()
      Returns the value of the 'Category' attribute.
      Type getType()
      Returns the value of the 'Type' containment reference.
      void setCategory​(short value)
      Sets the value of the 'Category' attribute.
      void setType​(Type value)
      Sets the value of the 'Type' containment reference.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setCategory

        void setCategory​(short value)
        Sets the value of the 'Category' attribute.
        Parameters:
        value - the new value of the 'Category' attribute.
        See Also:
        getCategory()
      • setType

        void setType​(Type value)
        Sets the value of the 'Type' containment reference.
        Parameters:
        value - the new value of the 'Type' containment reference.
        See Also:
        getType()