public final class DebugCategory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
enabled |
private java.lang.String |
name |
Constructor and Description |
---|
DebugCategory(java.lang.String aName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the attribute
|
boolean |
isEnabled()
Returns whether or not the debug attribute is enabled
|
void |
setEnabled(boolean aEnabled)
Sets whether or not the debug attribute is enabled
|