|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CloneMode>
org.virtualbox_4_3.CloneMode
public enum CloneMode
Clone mode, used with IMachine.cloneTo(org.virtualbox_4_3.IMachine,org.virtualbox_4_3.CloneMode,List)
.
Interface ID: {A7A159FE-5096-4B8D-8C3C-D033CB0B35A8}
Enum Constant Summary | |
---|---|
AllStates
Clone all states (including all snapshots) of the machine, regardless of the machine object used. |
|
MachineAndChildStates
Clone the state of the selected machine and its child snapshots if present. |
|
MachineState
Clone the state of the selected machine. |
Method Summary | |
---|---|
static CloneMode |
fromValue(long v)
|
static CloneMode |
fromValue(java.lang.String v)
|
int |
value()
|
static CloneMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CloneMode[] |
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 CloneMode MachineState
public static final CloneMode MachineAndChildStates
public static final CloneMode AllStates
Method Detail |
---|
public static CloneMode[] values()
for (CloneMode c : CloneMode.values()) System.out.println(c);
public static CloneMode 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 CloneMode fromValue(long v)
public static CloneMode fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |