Interface TypedElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EClassifier getEType()
      Returns the value of the 'EType' reference.
      java.lang.String getType()
      Returns the value of the 'Type' attribute.
      java.lang.String getTypeModel()
      Returns the value of the 'Type Model' attribute.
      void setEType​(org.eclipse.emf.ecore.EClassifier value)
      Sets the value of the 'EType' reference.
      void setType​(java.lang.String value)
      Sets the value of the 'Type' attribute.
      void setTypeModel​(java.lang.String value)
      Sets the value of the 'Type Model' attribute.
      • 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

      • getEType

        org.eclipse.emf.ecore.EClassifier getEType()
        Returns the value of the 'EType' reference.

        If the meaning of the 'EType' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'EType' reference.
        See Also:
        setEType(EClassifier), EmftvmPackage.getTypedElement_EType()
      • setEType

        void setEType​(org.eclipse.emf.ecore.EClassifier value)
        Sets the value of the 'EType' reference.
        Parameters:
        value - the new value of the 'EType' reference.
        See Also:
        getEType()
      • getType

        java.lang.String getType()
        Returns the value of the 'Type' attribute.

        If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Type' attribute.
        See Also:
        setType(String), EmftvmPackage.getTypedElement_Type()
      • setType

        void setType​(java.lang.String value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType()
      • getTypeModel

        java.lang.String getTypeModel()
        Returns the value of the 'Type Model' attribute.

        If the meaning of the 'Type Model' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Type Model' attribute.
        See Also:
        setTypeModel(String), EmftvmPackage.getTypedElement_TypeModel()
      • setTypeModel

        void setTypeModel​(java.lang.String value)
        Sets the value of the 'Type Model' attribute.
        Parameters:
        value - the new value of the 'Type Model' attribute.
        See Also:
        getTypeModel()