|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Database.ProviderType>
org.olap4j.metadata.Database.ProviderType
public static enum Database.ProviderType
Describes the possible provider types.
| Enum Constant Summary | |
|---|---|
DMP
Designates providers which provide results optimized for data mining operations. |
|
MDP
Designates providers which provide results in the form of multidimensional data sets. |
|
TDP
Designates providers which provide results in the form of tabular data sets. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Provides a human readable description of the provider type. |
static Database.ProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Database.ProviderType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Database.ProviderType TDP
public static final Database.ProviderType MDP
public static final Database.ProviderType DMP
| Method Detail |
|---|
public static Database.ProviderType[] values()
for (Database.ProviderType c : Database.ProviderType.values()) System.out.println(c);
public static Database.ProviderType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getDescription()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||