public enum SMB2MessageCommandCode extends java.lang.Enum<SMB2MessageCommandCode>
| Modifier and Type | Method | 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)