public static enum ConnectionTypeUIRegistry.AlwaysNeverAsk extends java.lang.Enum<ConnectionTypeUIRegistry.AlwaysNeverAsk>
| Modifier and Type | Method and Description |
|---|---|
static ConnectionTypeUIRegistry.AlwaysNeverAsk |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionTypeUIRegistry.AlwaysNeverAsk[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ConnectionTypeUIRegistry.AlwaysNeverAsk ALWAYS
public static final ConnectionTypeUIRegistry.AlwaysNeverAsk NEVER
public static final ConnectionTypeUIRegistry.AlwaysNeverAsk ASK
public static ConnectionTypeUIRegistry.AlwaysNeverAsk[] values()
for (ConnectionTypeUIRegistry.AlwaysNeverAsk c : ConnectionTypeUIRegistry.AlwaysNeverAsk.values())
System.out.println(c);
public static ConnectionTypeUIRegistry.AlwaysNeverAsk valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null