|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BusSubType>
com.vmware.vcloud.sdk.constants.BusSubType
public enum BusSubType
Bus Sub types
| Enum Constant Summary | |
|---|---|
BUS_LOGIC
Bus Logic Parallel SCSI |
|
LSI_LOGIC
LSI Logic Parallel SCSI |
|
LSI_LOGIC_SAS
LSI Logic SAS SCSI |
|
PARA_VIRTUAL
Paravirtual SCSI |
|
| Method Summary | |
|---|---|
static BusSubType |
fromValue(String value)
|
String |
value()
|
static BusSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BusSubType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 BusSubType BUS_LOGIC
public static final BusSubType LSI_LOGIC
public static final BusSubType LSI_LOGIC_SAS
public static final BusSubType PARA_VIRTUAL
| Method Detail |
|---|
public static BusSubType[] values()
for (BusSubType c : BusSubType.values()) System.out.println(c);
public static BusSubType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static BusSubType fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||