|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.xmla.Enumeration
class Enumeration
Contains inner classes which define enumerations used in XML for Analysis.
Nested Class Summary | |
---|---|
static class |
Enumeration.Access
|
(package private) static class |
Enumeration.AuthenticationMode
|
static class |
Enumeration.AxisFormat
|
static class |
Enumeration.Content
|
(package private) static interface |
Enumeration.EnumWithDesc
|
(package private) static interface |
Enumeration.EnumWithName
|
(package private) static interface |
Enumeration.EnumWithOrdinal
|
static class |
Enumeration.Format
|
(package private) static class |
Enumeration.Literal
|
(package private) static class |
Enumeration.MDXSupport
|
static class |
Enumeration.Methods
|
(package private) static class |
Enumeration.ProviderType
|
(package private) static class |
Enumeration.StateSupport
|
(package private) static class |
Enumeration.TreeOp
|
(package private) static class |
Enumeration.VisualMode
|
Field Summary | |
---|---|
String |
description
|
String |
name
|
RowsetDefinition.Type |
type
|
Constructor Summary | |
---|---|
Enumeration(String name,
String description,
RowsetDefinition.Type type,
Class<? extends Enum> clazz)
|
Method Summary | |
---|---|
String |
getName()
|
String[] |
getNames()
|
Enum<?> |
getValue(String valueName,
boolean b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String name
public final String description
public final RowsetDefinition.Type type
Constructor Detail |
---|
public Enumeration(String name, String description, RowsetDefinition.Type type, Class<? extends Enum> clazz)
Method Detail |
---|
public String getName()
public String[] getNames()
public Enum<?> getValue(String valueName, boolean b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |