public static enum AddJvmConfiguration.JvmType extends Enum<AddJvmConfiguration.JvmType>
| Modifier and Type | Method and Description |
|---|---|
static AddJvmConfiguration.JvmType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddJvmConfiguration.JvmType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddJvmConfiguration.JvmType SUN
public static final AddJvmConfiguration.JvmType IBM
public static final AddJvmConfiguration.JvmType OTHER
public static AddJvmConfiguration.JvmType[] values()
for (AddJvmConfiguration.JvmType c : AddJvmConfiguration.JvmType.values()) System.out.println(c);
public static AddJvmConfiguration.JvmType 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 © 2022. All rights reserved.