Class CDOObjectStringValue
- java.lang.Object
 - 
- tools.mdsd.cdo.debug.variablesview.CDOObjectStringValue
 
 
- 
- All Implemented Interfaces:
 org.eclipse.core.runtime.IAdaptable,org.eclipse.debug.core.model.IDebugElement,org.eclipse.debug.core.model.IValue
public class CDOObjectStringValue extends Object implements org.eclipse.debug.core.model.IValue
 
- 
- 
Constructor Summary
Constructors Constructor Description CDOObjectStringValue(String value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetAdapter(Class<T> adapter)org.eclipse.debug.core.model.IDebugTargetgetDebugTarget()org.eclipse.debug.core.ILaunchgetLaunch()StringgetModelIdentifier()StringgetReferenceTypeName()StringgetValueString()org.eclipse.debug.core.model.IVariable[]getVariables()booleanhasVariables()booleanisAllocated() 
 - 
 
- 
- 
Constructor Detail
- 
CDOObjectStringValue
public CDOObjectStringValue(String value)
 
 - 
 
- 
Method Detail
- 
getModelIdentifier
public String getModelIdentifier()
- Specified by:
 getModelIdentifierin interfaceorg.eclipse.debug.core.model.IDebugElement
 
- 
getDebugTarget
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
- Specified by:
 getDebugTargetin interfaceorg.eclipse.debug.core.model.IDebugElement
 
- 
getLaunch
public org.eclipse.debug.core.ILaunch getLaunch()
- Specified by:
 getLaunchin interfaceorg.eclipse.debug.core.model.IDebugElement
 
- 
getAdapter
public <T> T getAdapter(Class<T> adapter)
- Specified by:
 getAdapterin interfaceorg.eclipse.core.runtime.IAdaptable
 
- 
getReferenceTypeName
public String getReferenceTypeName() throws org.eclipse.debug.core.DebugException
- Specified by:
 getReferenceTypeNamein interfaceorg.eclipse.debug.core.model.IValue- Throws:
 org.eclipse.debug.core.DebugException
 
- 
getValueString
public String getValueString() throws org.eclipse.debug.core.DebugException
- Specified by:
 getValueStringin interfaceorg.eclipse.debug.core.model.IValue- Throws:
 org.eclipse.debug.core.DebugException
 
- 
isAllocated
public boolean isAllocated() throws org.eclipse.debug.core.DebugException- Specified by:
 isAllocatedin interfaceorg.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:
 getVariablesin interfaceorg.eclipse.debug.core.model.IValue- Throws:
 org.eclipse.debug.core.DebugException
 
- 
hasVariables
public boolean hasVariables() throws org.eclipse.debug.core.DebugException- Specified by:
 hasVariablesin interfaceorg.eclipse.debug.core.model.IValue- Throws:
 org.eclipse.debug.core.DebugException
 
 - 
 
 -