org.eclipse.datatools.sqltools.debugger.model
Class SPGlobalVariable
java.lang.Object
PlatformObject
org.eclipse.datatools.sqltools.debugger.model.SPDebugElement
org.eclipse.datatools.sqltools.debugger.model.SPVariable
org.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPGlobalVariable
public SPGlobalVariable(SPDebugTarget target,
java.lang.String name)
- Parameters:
target
- name
-
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.