public interface IEnableDisableTarget
Modifier and Type | Method and Description |
---|---|
boolean |
canEnableDisable()
Returns whether this object supports enable/disable operations.
|
boolean |
isEnabled()
Returns whether this object is enabled.
|
void |
setEnabled(boolean enabled)
Enables/disables this object
|
boolean canEnableDisable()
boolean isEnabled()
true
if this obvject is enabled,
or false
otherwise.void setEnabled(boolean enabled) throws DebugException
enabled
- enablement flag valueDebugException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.