public enum EMdxAxisType extends Enum<EMdxAxisType>
Enum Constant and Description |
---|
Axis
Axis(number)
|
Chapters
CHAPTERS axis, also known as AXIS(3)
|
Columns
COLUMNS axis, also known as X axis and AXIS(0)
|
Ordinal |
Pages
PAGES axis, also known as AXIS(2)
|
Rows
ROWS axis, also known as Y axis and AXIS(1)
|
Sections
SECTIONS axis, also known as AXIS(4)
|
Modifier and Type | Method and Description |
---|---|
static EMdxAxisType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMdxAxisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMdxAxisType Columns
public static final EMdxAxisType Rows
public static final EMdxAxisType Pages
public static final EMdxAxisType Chapters
public static final EMdxAxisType Sections
public static final EMdxAxisType Ordinal
public static final EMdxAxisType Axis
public static EMdxAxisType[] values()
for (EMdxAxisType c : EMdxAxisType.values()) System.out.println(c);
public static EMdxAxisType 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 nullCopyright © 2019. All rights reserved.