| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<BandwidthGroupType>
org.virtualbox_7_1.BandwidthGroupType
public enum BandwidthGroupType
Type of a bandwidth control group.
Interface ID: {1D92B67D-DC69-4BE9-AD4C-93A01E1E0C8E}
| Enum Constant Summary | |
|---|---|
| DiskThe bandwidth group controls disk I/O. | |
| NetworkThe bandwidth group controls network I/O. | |
| NullNull type, must be first. | |
| Method Summary | |
|---|---|
| static BandwidthGroupType | fromValue(long v) | 
| static BandwidthGroupType | fromValue(java.lang.String v) | 
|  int | value() | 
| static BandwidthGroupType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static BandwidthGroupType[] | 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 BandwidthGroupType Null
public static final BandwidthGroupType Disk
public static final BandwidthGroupType Network
| Method Detail | 
|---|
public static BandwidthGroupType[] values()
for (BandwidthGroupType c : BandwidthGroupType.values()) System.out.println(c);
public static BandwidthGroupType 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 BandwidthGroupType fromValue(long v)
public static BandwidthGroupType fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||