public static enum TPerformance.MEMTYPE extends Enum<TPerformance.MEMTYPE>
Enum Constant and Description |
---|
HEAP_COMMIT |
HEAP_INIT |
HEAP_MAX |
HEAP_USAGE |
NOHEAP_COMMIT |
NOHEAP_INIT |
NOHEAP_MAX |
NOHEAP_USAGE |
Modifier and Type | Method and Description |
---|---|
static TPerformance.MEMTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPerformance.MEMTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPerformance.MEMTYPE NOHEAP_INIT
public static final TPerformance.MEMTYPE HEAP_INIT
public static final TPerformance.MEMTYPE NOHEAP_MAX
public static final TPerformance.MEMTYPE HEAP_MAX
public static final TPerformance.MEMTYPE NOHEAP_USAGE
public static final TPerformance.MEMTYPE HEAP_USAGE
public static final TPerformance.MEMTYPE NOHEAP_COMMIT
public static final TPerformance.MEMTYPE HEAP_COMMIT
public static TPerformance.MEMTYPE[] values()
for (TPerformance.MEMTYPE c : TPerformance.MEMTYPE.values()) System.out.println(c);
public static TPerformance.MEMTYPE 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 © 2020 Voovan. All rights reserved.