org.eclipse.datatools.sqltools.debugger.model
Class SPGlobalVariable

java.lang.Object
  extended byPlatformObject
      extended byorg.eclipse.datatools.sqltools.debugger.model.SPDebugElement
          extended byorg.eclipse.datatools.sqltools.debugger.model.SPVariable
              extended byorg.eclipse.datatools.sqltools.debugger.model.SPGlobalVariable

public class SPGlobalVariable
extends SPVariable

We don't support change global variable values.

Author:
Yang Liu
See Also:
Serialized Form

Constructor Summary
SPGlobalVariable(SPDebugTarget target, java.lang.String name)
           
 
Method Summary
 boolean isGlobal()
           
 void setValue(java.lang.String expression)
           
 boolean supportsValueModification()
           
 boolean verifyValue(java.lang.String expression)
           
 
Methods inherited from class org.eclipse.datatools.sqltools.debugger.model.SPVariable
getName, getReferenceTypeName, getValue, hasValueChanged, internalSetValue
 
Methods inherited from class org.eclipse.datatools.sqltools.debugger.model.SPDebugElement
fireChangeEvent, fireResumeEvent, fireSuspendEvent, getAdapter, getDebugTarget, getLaunch, getModelIdentifier, getSPDebugTarget, notSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPGlobalVariable

public SPGlobalVariable(SPDebugTarget target,
                        java.lang.String name)
Parameters:
target -
name -
Method Detail

isGlobal

public boolean isGlobal()
Specified by:
isGlobal in class SPVariable
Returns:

setValue

public void setValue(java.lang.String expression)
              throws DebugException
Throws:
DebugException

supportsValueModification

public boolean supportsValueModification()

verifyValue

public boolean verifyValue(java.lang.String expression)
                    throws DebugException
Throws:
DebugException


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.