public enum EMdxExpSyntax extends Enum<EMdxExpSyntax>
Enum Constant and Description |
---|
AmpersandQuotedProperty |
Braces |
Case |
Cast |
Empty |
Function |
Internal |
Method |
Parentheses |
Property |
QuotedProperty |
Modifier and Type | Method and Description |
---|---|
static EMdxExpSyntax |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMdxExpSyntax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMdxExpSyntax Function
public static final EMdxExpSyntax Property
public static final EMdxExpSyntax Method
public static final EMdxExpSyntax Braces
public static final EMdxExpSyntax Parentheses
public static final EMdxExpSyntax Case
public static final EMdxExpSyntax Internal
public static final EMdxExpSyntax Cast
public static final EMdxExpSyntax QuotedProperty
public static final EMdxExpSyntax AmpersandQuotedProperty
public static final EMdxExpSyntax Empty
public static EMdxExpSyntax[] values()
for (EMdxExpSyntax c : EMdxExpSyntax.values()) System.out.println(c);
public static EMdxExpSyntax 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.