public static enum ExportHprof.RedactType extends Enum<ExportHprof.RedactType>
Modifier and Type | Method and Description |
---|---|
static ExportHprof.RedactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportHprof.RedactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportHprof.RedactType NONE
public static final ExportHprof.RedactType NAMES
public static final ExportHprof.RedactType BASIC
public static final ExportHprof.RedactType FULL
public static ExportHprof.RedactType[] values()
for (ExportHprof.RedactType c : ExportHprof.RedactType.values()) System.out.println(c);
public static ExportHprof.RedactType 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 null