public static enum Image.Properties.BusType extends Enum<Image.Properties.BusType>
Enum Constant and Description |
---|
IDE |
SCSI |
UNRECOGNIZED |
VIRTIO |
Modifier and Type | Method and Description |
---|---|
static Image.Properties.BusType |
fromValue(String value) |
static Image.Properties.BusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.Properties.BusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Image.Properties.BusType IDE
public static final Image.Properties.BusType SCSI
public static final Image.Properties.BusType VIRTIO
public static final Image.Properties.BusType UNRECOGNIZED
public static Image.Properties.BusType[] values()
for (Image.Properties.BusType c : Image.Properties.BusType.values()) System.out.println(c);
public static Image.Properties.BusType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Image.Properties.BusType fromValue(String value)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.