|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DirectoryRemoveRecFlag>
org.virtualbox_6_1.DirectoryRemoveRecFlag
public enum DirectoryRemoveRecFlag
Directory recursive removement flags.
NOTE: WARNING!! THE FLAGS ARE CURRENTLY IGNORED. THE METHOD APPLIESContentAndDir
REGARDLESS
OF THE INPUT.
Interface ID: {455AABF0-7692-48F6-9061-F21579B65769}
Enum Constant Summary | |
---|---|
ContentAndDir
Delete the content of the directory and the directory itself. |
|
ContentOnly
Only delete the content of the directory, omit the directory it self. |
|
None
No flag set. |
Method Summary | |
---|---|
static DirectoryRemoveRecFlag |
fromValue(long v)
|
static DirectoryRemoveRecFlag |
fromValue(java.lang.String v)
|
int |
value()
|
static DirectoryRemoveRecFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DirectoryRemoveRecFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DirectoryRemoveRecFlag None
public static final DirectoryRemoveRecFlag ContentAndDir
public static final DirectoryRemoveRecFlag ContentOnly
Method Detail |
---|
public static DirectoryRemoveRecFlag[] values()
for (DirectoryRemoveRecFlag c : DirectoryRemoveRecFlag.values()) System.out.println(c);
public static DirectoryRemoveRecFlag 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static DirectoryRemoveRecFlag fromValue(long v)
public static DirectoryRemoveRecFlag fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |