public static enum BatchSPIManager.PlatformMode extends Enum<BatchSPIManager.PlatformMode>
SE signifies execution on an SE platform,
while a value of EE signifies execution on an EE platform.| Modifier and Type | Method and Description |
|---|---|
static BatchSPIManager.PlatformMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchSPIManager.PlatformMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchSPIManager.PlatformMode SE
public static final BatchSPIManager.PlatformMode EE
public static BatchSPIManager.PlatformMode[] values()
for (BatchSPIManager.PlatformMode c : BatchSPIManager.PlatformMode.values()) System.out.println(c);
public static BatchSPIManager.PlatformMode 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© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0