public enum RawPointerType extends java.lang.Enum<RawPointerType>
| Enum Constant and Description |
|---|
HeapSpaceStatisticsContainer
Heap space statistics container javet raw pointer type.
|
HeapStatisticsContainer
Heap statistics container javet raw pointer type.
|
Invalid
Invalid raw pointer type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets id.
|
static RawPointerType |
parse(int id)
Parse raw pointer type by id.
|
static RawPointerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RawPointerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawPointerType HeapStatisticsContainer
public static final RawPointerType HeapSpaceStatisticsContainer
public static final RawPointerType Invalid
public static RawPointerType[] values()
for (RawPointerType c : RawPointerType.values()) System.out.println(c);
public static RawPointerType 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 nullpublic static RawPointerType parse(int id)
id - the idpublic int getId()