public static enum BBjAdminDatabase.DatabaseType extends java.lang.Enum<BBjAdminDatabase.DatabaseType>
Enum Constant and Description |
---|
BBJ
Deprecated.
|
BBX
Deprecated.
|
ENHANCED |
LEGACY |
LINKED |
Modifier and Type | Method and Description |
---|---|
static BBjAdminDatabase.DatabaseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BBjAdminDatabase.DatabaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BBjAdminDatabase.DatabaseType ENHANCED
public static final BBjAdminDatabase.DatabaseType LEGACY
public static final BBjAdminDatabase.DatabaseType LINKED
@Deprecated public static final BBjAdminDatabase.DatabaseType BBX
@Deprecated public static final BBjAdminDatabase.DatabaseType BBJ
public static BBjAdminDatabase.DatabaseType[] values()
for (BBjAdminDatabase.DatabaseType c : BBjAdminDatabase.DatabaseType.values()) System.out.println(c);
public static BBjAdminDatabase.DatabaseType 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