public enum ReferenceStatisticsType extends Enum<ReferenceStatisticsType>
Modifier and Type | Field and Description |
---|---|
String |
localizedName |
String |
typeValue |
Modifier and Type | Method and Description |
---|---|
static ReferenceStatisticsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceStatisticsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceStatisticsType FINAL
public static final ReferenceStatisticsType WEAK
public static final ReferenceStatisticsType SOFT
public static final ReferenceStatisticsType PHANTOM
public final String typeValue
public final String localizedName
public static ReferenceStatisticsType[] values()
for (ReferenceStatisticsType c : ReferenceStatisticsType.values()) System.out.println(c);
public static ReferenceStatisticsType 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 © 2019. All rights reserved.