org.olap4j.metadata
public static enum XmlaConstants.StateSupport extends Enum<XmlaConstants.StateSupport>
Modifier and Type | Method and Description |
---|---|
static XmlaConstants.StateSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlaConstants.StateSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlaConstants.StateSupport None
public static final XmlaConstants.StateSupport Sessions
public static XmlaConstants.StateSupport[] values()
for (XmlaConstants.StateSupport c : XmlaConstants.StateSupport.values()) System.out.println(c);
public static XmlaConstants.StateSupport 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