public static enum XmlaOlap4jDriver.Property extends Enum<XmlaOlap4jDriver.Property>
Enum Constant and Description |
---|
CACHE |
CATALOG |
DATABASE |
PASSWORD |
ROLE |
SCHEMA |
SERVER |
TESTPROXYCOOKIE |
USER |
Modifier and Type | Method and Description |
---|---|
static XmlaOlap4jDriver.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlaOlap4jDriver.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlaOlap4jDriver.Property TESTPROXYCOOKIE
public static final XmlaOlap4jDriver.Property SERVER
public static final XmlaOlap4jDriver.Property DATABASE
public static final XmlaOlap4jDriver.Property CATALOG
public static final XmlaOlap4jDriver.Property SCHEMA
public static final XmlaOlap4jDriver.Property CACHE
public static final XmlaOlap4jDriver.Property ROLE
public static final XmlaOlap4jDriver.Property USER
public static final XmlaOlap4jDriver.Property PASSWORD
public static XmlaOlap4jDriver.Property[] values()
for (XmlaOlap4jDriver.Property c : XmlaOlap4jDriver.Property.values()) System.out.println(c);
public static XmlaOlap4jDriver.Property 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 null