Class CDOObjectValue

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, org.eclipse.debug.core.model.IValue

    public class CDOObjectValue
    extends Object
    implements org.eclipse.debug.core.model.IValue
    • Constructor Detail

      • CDOObjectValue

        public CDOObjectValue​(org.eclipse.debug.core.model.IValue realValue)
    • Method Detail

      • getAdapter

        public <T> T getAdapter​(Class<T> adapter)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdaptable
      • getReferenceTypeName

        public String getReferenceTypeName()
                                    throws org.eclipse.debug.core.DebugException
        Specified by:
        getReferenceTypeName in interface org.eclipse.debug.core.model.IValue
        Throws:
        org.eclipse.debug.core.DebugException
      • getModelIdentifier

        public String getModelIdentifier()
        Specified by:
        getModelIdentifier in interface org.eclipse.debug.core.model.IDebugElement
      • getDebugTarget

        public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
        Specified by:
        getDebugTarget in interface org.eclipse.debug.core.model.IDebugElement
      • getValueString

        public String getValueString()
                              throws org.eclipse.debug.core.DebugException
        Specified by:
        getValueString in interface org.eclipse.debug.core.model.IValue
        Throws:
        org.eclipse.debug.core.DebugException
      • getLaunch

        public org.eclipse.debug.core.ILaunch getLaunch()
        Specified by:
        getLaunch in interface org.eclipse.debug.core.model.IDebugElement
      • isAllocated

        public boolean isAllocated()
                            throws org.eclipse.debug.core.DebugException
        Specified by:
        isAllocated in interface org.eclipse.debug.core.model.IValue
        Throws:
        org.eclipse.debug.core.DebugException
      • getVariables

        public org.eclipse.debug.core.model.IVariable[] getVariables()
                                                              throws org.eclipse.debug.core.DebugException
        Specified by:
        getVariables in interface org.eclipse.debug.core.model.IValue
        Throws:
        org.eclipse.debug.core.DebugException
      • hasVariables

        public boolean hasVariables()
                             throws org.eclipse.debug.core.DebugException
        Specified by:
        hasVariables in interface org.eclipse.debug.core.model.IValue
        Throws:
        org.eclipse.debug.core.DebugException