public enum EMdxDataType extends Enum<EMdxDataType>
Enum Constant and Description |
---|
Flag |
Hierarchy |
Level |
Member |
Missing |
Number |
Set |
String |
Tuple |
Unknown |
Modifier and Type | Method and Description |
---|---|
static EMdxDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMdxDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMdxDataType Unknown
public static final EMdxDataType Number
public static final EMdxDataType String
public static final EMdxDataType Member
public static final EMdxDataType Tuple
public static final EMdxDataType Set
public static final EMdxDataType Level
public static final EMdxDataType Hierarchy
public static final EMdxDataType Missing
public static final EMdxDataType Flag
public static EMdxDataType[] values()
for (EMdxDataType c : EMdxDataType.values()) System.out.println(c);
public static EMdxDataType 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.