public enum GcLogType extends Enum<GcLogType>
created on: 30.10.2012
| Enum Constant and Description |
|---|
HPUX1_2 |
HPUX1_4_1 |
IBM_J9_5_0 |
IBM1_3_0 |
IBM1_3_1 |
IBM1_4_2 |
IBMI5OS1_4_2 |
JROCKIT1_4_2 |
JRockit1_6_0 |
SUN1_2_2 |
SUN1_3_1 |
SUN1_4 |
SUN1_5 |
SUN1_6 |
SUN1_6G1 |
SUN1_7 |
SUN1_7G1 |
SUN1_8 |
SUN1_8G1 |
| Modifier and Type | Method and Description |
|---|---|
static GcLogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcLogType HPUX1_2
public static final GcLogType HPUX1_4_1
public static final GcLogType IBM_J9_5_0
public static final GcLogType IBM1_3_0
public static final GcLogType IBM1_3_1
public static final GcLogType IBM1_4_2
public static final GcLogType IBMI5OS1_4_2
public static final GcLogType JROCKIT1_4_2
public static final GcLogType JRockit1_6_0
public static final GcLogType SUN1_2_2
public static final GcLogType SUN1_3_1
public static final GcLogType SUN1_4
public static final GcLogType SUN1_5
public static final GcLogType SUN1_6
public static final GcLogType SUN1_6G1
public static final GcLogType SUN1_7
public static final GcLogType SUN1_7G1
public static final GcLogType SUN1_8
public static final GcLogType SUN1_8G1
public static GcLogType[] values()
for (GcLogType c : GcLogType.values()) System.out.println(c);
public static GcLogType 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.