|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqUserDb.VendorType>
CqUserDb.VendorType
public static enum CqUserDb.VendorType
An enumeration of the types of vendors of supported databases
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 namepublic static final CqUserDb.VendorType[] values()
for(CqUserDb.VendorType c : CqUserDb.VendorType.values()) System.out.println(c);
|
Generated Wed 29-Feb-2012 11:58 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |