public static class TraceOptions.TraceFlag
extends java.lang.Object
| Constructor and Description |
|---|
TraceOptions.TraceFlag(int idx,
int val,
java.lang.String txt,
java.lang.String des)
Constructor of TraceFlag
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
get the trace flag description
|
int |
getIndex()
get the trace flag index
|
java.lang.String |
getText()
get the trace flag text information
|
int |
getValue()
get the trace flag value
|
int |
hashCode() |
void |
setValue(int val)
set the trace flag value
|
public TraceOptions.TraceFlag(int idx,
int val,
java.lang.String txt,
java.lang.String des)
idx - val - txt - des - public int getIndex()
public void setValue(int val)
val - public int getValue()
public java.lang.String getText()
public java.lang.String getDescription()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object