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