public class SecurityQueryType extends ByteEnumer
| Modifier and Type | Field and Description |
|---|---|
static SecurityQueryType |
INVALID_QUERY_TYPE |
static SecurityQueryType |
NOTIFICATION |
static SecurityQueryType |
REQUEST |
static SecurityQueryType |
RESPONSE |
| Modifier | Constructor and Description |
|---|---|
protected |
SecurityQueryType(byte value,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Vector<SecurityQueryType> |
getList() |
static SecurityQueryType |
valueOf(byte passedByte) |
static SecurityQueryType[] |
values() |
public static final SecurityQueryType REQUEST
public static final SecurityQueryType RESPONSE
public static final SecurityQueryType NOTIFICATION
public static final SecurityQueryType INVALID_QUERY_TYPE
protected SecurityQueryType(byte value,
String name)
public static Vector<SecurityQueryType> getList()
public static SecurityQueryType valueOf(byte passedByte)
public static SecurityQueryType[] values()