|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MetricType>
org.virtualbox_7_1.MetricType
public enum MetricType
Metric names
Interface ID: {ADF26EDC-7E32-11EE-B962-0242AC120002}
Enum Constant Summary | |
---|---|
CpuUtilization
Cpu Utilization |
|
DiskBytesRead
Disk Bytes Read |
|
DiskBytesWritten
Disk Bytes Written |
|
Invalid
Invalid name |
|
MemoryUtilization
Memory Utilization |
|
NetworksBytesIn
Networks Bytes In |
|
NetworksBytesOut
Networks Bytes Out |
Method Summary | |
---|---|
static MetricType |
fromValue(long v)
|
static MetricType |
fromValue(java.lang.String v)
|
int |
value()
|
static MetricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MetricType[] |
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 MetricType Invalid
public static final MetricType CpuUtilization
public static final MetricType MemoryUtilization
public static final MetricType DiskBytesRead
public static final MetricType DiskBytesWritten
public static final MetricType NetworksBytesIn
public static final MetricType NetworksBytesOut
Method Detail |
---|
public static MetricType[] values()
for (MetricType c : MetricType.values()) System.out.println(c);
public static MetricType 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 MetricType fromValue(long v)
public static MetricType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |