public static enum CqUserDb.VendorType extends Enum<CqUserDb.VendorType> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
DB2
The VendorType for a DB2 database
|
MS_ACCESS
The VendorType for an Microsoft Access database
|
ORACLE
The VendorType for an Oracle database
|
SQL_ANYWHERE
The VendorType for an SQL Anywhere database
|
SQL_SERVER
The VendorType for an SQL Server database
|
Modifier and Type | Method and Description |
---|---|
static CqUserDb.VendorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqUserDb.VendorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqUserDb.VendorType DB2
public static final CqUserDb.VendorType MS_ACCESS
public static final CqUserDb.VendorType ORACLE
public static final CqUserDb.VendorType SQL_ANYWHERE
public static final CqUserDb.VendorType SQL_SERVER
public static CqUserDb.VendorType 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 static CqUserDb.VendorType[] values()
for (CqUserDb.VendorType c : CqUserDb.VendorType.values()) System.out.println(c);
Copyright © IBM 2018. All rights reserved.