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