public static enum TestTimesInterface.MemoryUnits extends java.lang.Enum<TestTimesInterface.MemoryUnits>
TestTimesInterface.getLastMemoryUsage(), TestTimesInterface.getMemoryUsages(), and
TestTimesInterface.getAverageMemoryUsage().
TestTimesInterface.getMemoryUnits() and TestTimesInterface.setMemoryUnits(MemoryUnits memoryUnits).| Modifier and Type | Method and Description |
|---|---|
static TestTimesInterface.MemoryUnits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestTimesInterface.MemoryUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestTimesInterface.MemoryUnits Bytes
public static final TestTimesInterface.MemoryUnits KiloBytes
public static final TestTimesInterface.MemoryUnits MegaBytes
public static TestTimesInterface.MemoryUnits[] values()
for (TestTimesInterface.MemoryUnits c : TestTimesInterface.MemoryUnits.values()) System.out.println(c);
public static TestTimesInterface.MemoryUnits 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 namejava.lang.NullPointerException - if the argument is null