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