public enum FileSystemInformationClass extends java.lang.Enum<FileSystemInformationClass> implements EnumWithValue<FileSystemInformationClass>
EnumWithValue.EnumUtils| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static FileSystemInformationClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemInformationClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystemInformationClass FileFsVolumeInformation
public static final FileSystemInformationClass FileFsLabelInformation
public static final FileSystemInformationClass FileFsSizeInformation
public static final FileSystemInformationClass FileFsDeviceInformation
public static final FileSystemInformationClass FileFsAttributeInformation
public static final FileSystemInformationClass FileFsControlInformation
public static final FileSystemInformationClass FileFsFullSizeInformation
public static final FileSystemInformationClass FileFsObjectIdInformation
public static final FileSystemInformationClass FileFsDriverPathInformation
public static final FileSystemInformationClass FileFsVolumeFlagsInformation
public static final FileSystemInformationClass FileFsSectorSizeInformation
public static FileSystemInformationClass[] values()
for (FileSystemInformationClass c : FileSystemInformationClass.values()) System.out.println(c);
public static FileSystemInformationClass 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<FileSystemInformationClass>