org.eclipse.datatools.modelbase.dbdefinition.impl
Class DebuggerDefinitionImpl

java.lang.Object
  extended byEObjectImpl
      extended byorg.eclipse.datatools.modelbase.dbdefinition.impl.DebuggerDefinitionImpl
All Implemented Interfaces:
DebuggerDefinition

public class DebuggerDefinitionImpl
extends EObjectImpl
implements DebuggerDefinition

An implementation of the model object 'Debugger Definition'.

The following features are implemented:

See Also:
Serialized Form

Method Summary
 java.lang.Object eGet(EStructuralFeature eFeature, boolean resolve)
           
 boolean eIsSet(EStructuralFeature eFeature)
           
 void eSet(EStructuralFeature eFeature, java.lang.Object newValue)
           
 void eUnset(EStructuralFeature eFeature)
           
 boolean isConditionSupported()
           
 void setConditionSupported(boolean newConditionSupported)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isConditionSupported

public boolean isConditionSupported()

Specified by:
isConditionSupported in interface DebuggerDefinition
Returns:
the value of the 'Condition Supported' attribute.
See Also:
DebuggerDefinition.setConditionSupported(boolean), DatabaseDefinitionPackage.getDebuggerDefinition_ConditionSupported()

setConditionSupported

public void setConditionSupported(boolean newConditionSupported)

Specified by:
setConditionSupported in interface DebuggerDefinition
Parameters:
newConditionSupported - the new value of the 'Condition Supported' attribute.
See Also:
DebuggerDefinition.isConditionSupported()

eGet

public java.lang.Object eGet(EStructuralFeature eFeature,
                             boolean resolve)


eSet

public void eSet(EStructuralFeature eFeature,
                 java.lang.Object newValue)


eUnset

public void eUnset(EStructuralFeature eFeature)


eIsSet

public boolean eIsSet(EStructuralFeature eFeature)


toString

public java.lang.String toString()



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