|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExportOptions>
org.virtualbox_4_3.ExportOptions
public enum ExportOptions
Export options, used with IAppliance.write(String,List,String)
.
Interface ID: {8F45EB08-FD34-41EE-AF95-A880BDEE5554}
Enum Constant Summary | |
---|---|
CreateManifest
Write the optional manifest file (.mf) which is used for integrity checks prior import. |
|
ExportDVDImages
Export DVD images. |
|
StripAllMACs
Do not export any MAC address information. |
|
StripAllNonNATMACs
Do not export any MAC address information, except for adapters using NAT. |
Method Summary | |
---|---|
static ExportOptions |
fromValue(long v)
|
static ExportOptions |
fromValue(java.lang.String v)
|
int |
value()
|
static ExportOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExportOptions[] |
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 ExportOptions CreateManifest
public static final ExportOptions ExportDVDImages
public static final ExportOptions StripAllMACs
public static final ExportOptions StripAllNonNATMACs
Method Detail |
---|
public static ExportOptions[] values()
for (ExportOptions c : ExportOptions.values()) System.out.println(c);
public static ExportOptions 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 ExportOptions fromValue(long v)
public static ExportOptions fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |