|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FileStatus>
org.virtualbox_6_1.FileStatus
public enum FileStatus
File statuses. Interface ID: {8C86468B-B97B-4080-8914-E29F5B0ABD2C}
Enum Constant Summary | |
---|---|
Closed
Guest file has been closed. |
|
Closing
Guest file closing. |
|
Down
Service/OS is stopping, guest file was closed. |
|
Error
Something went wrong. |
|
Open
Guest file has been successfully opened. |
|
Opening
Guest file is opening. |
|
Undefined
File is in an undefined state. |
Method Summary | |
---|---|
static FileStatus |
fromValue(long v)
|
static FileStatus |
fromValue(java.lang.String v)
|
int |
value()
|
static FileStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FileStatus[] |
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 FileStatus Undefined
public static final FileStatus Opening
public static final FileStatus Open
public static final FileStatus Closing
public static final FileStatus Closed
public static final FileStatus Down
public static final FileStatus Error
Method Detail |
---|
public static FileStatus[] values()
for (FileStatus c : FileStatus.values()) System.out.println(c);
public static FileStatus 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 FileStatus fromValue(long v)
public static FileStatus fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |