Enum Database.ProviderType

java.lang.Object
java.lang.Enum<Database.ProviderType>
org.olap4j.metadata.Database.ProviderType
All Implemented Interfaces:
Serializable, Comparable<Database.ProviderType>, Constable
Enclosing interface:
Database

public static enum Database.ProviderType extends Enum<Database.ProviderType>
Describes the possible provider types.
  • Enum Constant Details

    • TDP

      public static final Database.ProviderType TDP
      Designates providers which provide results in the form of tabular data sets.
    • MDP

      public static final Database.ProviderType MDP
      Designates providers which provide results in the form of multidimensional data sets.
    • DMP

      public static final Database.ProviderType DMP
      Designates providers which provide results optimized for data mining operations.
  • Method Details

    • values

      public static Database.ProviderType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Database.ProviderType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getDescription

      public String getDescription()
      Provides a human readable description of the provider type.
      Returns:
      A description string.