public static class HostTraceOptions.HostTraceFlag
extends java.lang.Object
| Constructor and Description |
|---|
HostTraceOptions.HostTraceFlag(int idx,
int val,
java.lang.String txt,
java.lang.String des)
Construciton of HostTraceFlag
|
| 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 indext
|
java.lang.String |
getText()
get the trace flag text information
|
int |
getValue()
get the trace value
|
int |
hashCode() |
void |
setValue(int val)
get the trace value
|
public HostTraceOptions.HostTraceFlag(int idx,
int val,
java.lang.String txt,
java.lang.String des)
idx - intval - inttxt - Stringdes - Stringpublic int getIndex()
public void setValue(int val)
val - intpublic 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