public enum SMB2MessageCommandCode extends java.lang.Enum<SMB2MessageCommandCode>
| Enum Constant and Description |
|---|
SMB2_CANCEL |
SMB2_CHANGE_NOTIFY |
SMB2_CLOSE |
SMB2_CREATE |
SMB2_ECHO |
SMB2_FLUSH |
SMB2_IOCTL |
SMB2_LOCK |
SMB2_LOGOFF |
SMB2_NEGOTIATE |
SMB2_OPLOCK_BREAK |
SMB2_QUERY_DIRECTORY |
SMB2_QUERY_INFO |
SMB2_READ |
SMB2_SESSION_SETUP |
SMB2_SET_INFO |
SMB2_TREE_CONNECT |
SMB2_TREE_DISCONNECT |
SMB2_WRITE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static SMB2MessageCommandCode |
lookup(int value) |
static SMB2MessageCommandCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMB2MessageCommandCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMB2MessageCommandCode SMB2_NEGOTIATE
public static final SMB2MessageCommandCode SMB2_SESSION_SETUP
public static final SMB2MessageCommandCode SMB2_LOGOFF
public static final SMB2MessageCommandCode SMB2_TREE_CONNECT
public static final SMB2MessageCommandCode SMB2_TREE_DISCONNECT
public static final SMB2MessageCommandCode SMB2_CREATE
public static final SMB2MessageCommandCode SMB2_CLOSE
public static final SMB2MessageCommandCode SMB2_FLUSH
public static final SMB2MessageCommandCode SMB2_READ
public static final SMB2MessageCommandCode SMB2_WRITE
public static final SMB2MessageCommandCode SMB2_LOCK
public static final SMB2MessageCommandCode SMB2_IOCTL
public static final SMB2MessageCommandCode SMB2_CANCEL
public static final SMB2MessageCommandCode SMB2_ECHO
public static final SMB2MessageCommandCode SMB2_QUERY_DIRECTORY
public static final SMB2MessageCommandCode SMB2_CHANGE_NOTIFY
public static final SMB2MessageCommandCode SMB2_QUERY_INFO
public static final SMB2MessageCommandCode SMB2_SET_INFO
public static final SMB2MessageCommandCode SMB2_OPLOCK_BREAK
public static SMB2MessageCommandCode[] values()
for (SMB2MessageCommandCode c : SMB2MessageCommandCode.values()) System.out.println(c);
public static SMB2MessageCommandCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static SMB2MessageCommandCode lookup(int value)