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