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