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