public static enum XmlaConstants.Content extends Enum<XmlaConstants.Content>
Enum Constant and Description |
---|
Data |
DataIncludeDefaultSlicer |
DataOmitDefaultSlicer |
None |
Schema |
SchemaData |
Modifier and Type | Field and Description |
---|---|
static XmlaConstants.Content |
DEFAULT
The content type default value - shared across more than one file
|
Modifier and Type | Method and Description |
---|---|
static XmlaConstants.Content |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlaConstants.Content[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlaConstants.Content None
public static final XmlaConstants.Content Schema
public static final XmlaConstants.Content Data
public static final XmlaConstants.Content SchemaData
public static final XmlaConstants.Content DataOmitDefaultSlicer
public static final XmlaConstants.Content DataIncludeDefaultSlicer
public static final XmlaConstants.Content DEFAULT
public static XmlaConstants.Content[] values()
for (XmlaConstants.Content c : XmlaConstants.Content.values()) System.out.println(c);
public static XmlaConstants.Content 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