Interface Debug

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    DebugImpl

    public interface Debug
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Debug'.

    The following features are supported:

    See Also:
    ModelPackage.getDebug()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DebugProtocol getProtocol()
      Returns the value of the 'Protocol' attribute.
      String getUrl()
      Returns the value of the 'Url' attribute.
      boolean isEnable()
      Returns the value of the 'Enable' attribute.
      void setEnable​(boolean value)
      Sets the value of the 'Enable' attribute.
      void setProtocol​(DebugProtocol value)
      Sets the value of the 'Protocol' attribute.
      void setUrl​(String value)
      Sets the value of the 'Url' 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