public static enum HprofParser.FieldType extends java.lang.Enum<HprofParser.FieldType>
Enum Constant and Description |
---|
BOOLEAN |
BYTE |
CHAR |
DOUBLE |
FLOAT |
INTEGER |
LONG |
NONE |
OBJECT |
RES_1 |
RES_3 |
SHORT |
Modifier and Type | Method and Description |
---|---|
static HprofParser.FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HprofParser.FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HprofParser.FieldType NONE
public static final HprofParser.FieldType RES_1
public static final HprofParser.FieldType OBJECT
public static final HprofParser.FieldType RES_3
public static final HprofParser.FieldType BOOLEAN
public static final HprofParser.FieldType CHAR
public static final HprofParser.FieldType FLOAT
public static final HprofParser.FieldType DOUBLE
public static final HprofParser.FieldType BYTE
public static final HprofParser.FieldType SHORT
public static final HprofParser.FieldType INTEGER
public static final HprofParser.FieldType LONG
public static HprofParser.FieldType[] values()
for (HprofParser.FieldType c : HprofParser.FieldType.values()) System.out.println(c);
public static HprofParser.FieldType 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