public static enum WindowsNativeUtil.Path_VolumeName extends Enum<WindowsNativeUtil.Path_VolumeName>
| Enum Constant and Description |
|---|
VOLUME_NAME_DOS |
VOLUME_NAME_GUID |
VOLUME_NAME_NONE |
VOLUME_NAME_NT |
| Modifier and Type | Method and Description |
|---|---|
static WindowsNativeUtil.Path_VolumeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsNativeUtil.Path_VolumeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsNativeUtil.Path_VolumeName VOLUME_NAME_DOS
public static final WindowsNativeUtil.Path_VolumeName VOLUME_NAME_GUID
public static final WindowsNativeUtil.Path_VolumeName VOLUME_NAME_NT
public static final WindowsNativeUtil.Path_VolumeName VOLUME_NAME_NONE
public static WindowsNativeUtil.Path_VolumeName[] values()
for (WindowsNativeUtil.Path_VolumeName c : WindowsNativeUtil.Path_VolumeName.values()) System.out.println(c);
public static WindowsNativeUtil.Path_VolumeName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.