public static enum SMB2SessionSetup.SMB2SessionFlags extends java.lang.Enum<SMB2SessionSetup.SMB2SessionFlags> implements EnumWithValue<SMB2SessionSetup.SMB2SessionFlags>
EnumWithValue.EnumUtils| Enum Constant and Description |
|---|
SMB2_SESSION_FLAG_ENCRYPT_DATA |
SMB2_SESSION_FLAG_IS_GUEST |
SMB2_SESSION_FLAG_IS_NULL |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static SMB2SessionSetup.SMB2SessionFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMB2SessionSetup.SMB2SessionFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMB2SessionSetup.SMB2SessionFlags SMB2_SESSION_FLAG_IS_GUEST
public static final SMB2SessionSetup.SMB2SessionFlags SMB2_SESSION_FLAG_IS_NULL
public static final SMB2SessionSetup.SMB2SessionFlags SMB2_SESSION_FLAG_ENCRYPT_DATA
public static SMB2SessionSetup.SMB2SessionFlags[] values()
for (SMB2SessionSetup.SMB2SessionFlags c : SMB2SessionSetup.SMB2SessionFlags.values()) System.out.println(c);
public static SMB2SessionSetup.SMB2SessionFlags 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 long getValue()
getValue in interface EnumWithValue<SMB2SessionSetup.SMB2SessionFlags>