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