public enum VmPauseStatus extends Enum<VmPauseStatus>
Enum Constant and Description |
---|
EIO |
ENOSPC |
EOTHER |
EPERM |
NOERR |
NONE |
Modifier and Type | Method and Description |
---|---|
static VmPauseStatus |
forValue(int value) |
int |
getValue() |
static VmPauseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmPauseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmPauseStatus NONE
public static final VmPauseStatus EOTHER
public static final VmPauseStatus EIO
public static final VmPauseStatus ENOSPC
public static final VmPauseStatus EPERM
public static final VmPauseStatus NOERR
public static VmPauseStatus[] values()
for (VmPauseStatus c : VmPauseStatus.values()) System.out.println(c);
public static VmPauseStatus 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 nullpublic int getValue()
public static VmPauseStatus forValue(int value)
Copyright © 2012. All Rights Reserved.