public enum DiskControllerType extends Enum<DiskControllerType>
TODO this enum is duplicated in ''commons-amqp''
| Modifier and Type | Method and Description |
|---|---|
static DiskControllerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskControllerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiskControllerType IDE
public static final DiskControllerType SCSI
public static DiskControllerType[] values()
for (DiskControllerType c : DiskControllerType.values()) System.out.println(c);
public static DiskControllerType 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 nullCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.