public enum FileOpenExFlag extends java.lang.Enum<FileOpenExFlag>
IGuestSession.fileOpenEx(String,org.virtualbox_6_1.FileAccessMode,org.virtualbox_6_1.FileOpenAction,org.virtualbox_6_1.FileSharingMode,Long,List)
.
Interface ID: {4671ABD4-F70C-42AA-8542-6C169CB87A5C}Enum Constant and Description |
---|
None
No flag set.
|
Modifier and Type | Method and Description |
---|---|
static FileOpenExFlag |
fromValue(long v) |
static FileOpenExFlag |
fromValue(java.lang.String v) |
int |
value() |
static FileOpenExFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileOpenExFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileOpenExFlag None
public static FileOpenExFlag[] values()
for (FileOpenExFlag c : FileOpenExFlag.values()) System.out.println(c);
public static FileOpenExFlag 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 int value()
public static FileOpenExFlag fromValue(long v)
public static FileOpenExFlag fromValue(java.lang.String v)