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