public static enum DLExpressivityChecker.Construct extends Enum<DLExpressivityChecker.Construct>
| Enum Constant and Description |
|---|
AL
AL
|
C
C
|
D
D
|
E
E
|
EL
EL
|
ELPLUSPLUS
EL++
|
F
F
|
H
H
|
I
I
|
N
N
|
O
O
|
Q
Q
|
R
R
|
S
S
|
TRAN
TRAN
|
U
U
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DLExpressivityChecker.Construct |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLExpressivityChecker.Construct[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLExpressivityChecker.Construct AL
public static final DLExpressivityChecker.Construct U
public static final DLExpressivityChecker.Construct C
public static final DLExpressivityChecker.Construct E
public static final DLExpressivityChecker.Construct N
public static final DLExpressivityChecker.Construct Q
public static final DLExpressivityChecker.Construct H
public static final DLExpressivityChecker.Construct I
public static final DLExpressivityChecker.Construct O
public static final DLExpressivityChecker.Construct F
public static final DLExpressivityChecker.Construct TRAN
public static final DLExpressivityChecker.Construct D
public static final DLExpressivityChecker.Construct R
public static final DLExpressivityChecker.Construct S
public static final DLExpressivityChecker.Construct EL
public static final DLExpressivityChecker.Construct ELPLUSPLUS
public static DLExpressivityChecker.Construct[] values()
for (DLExpressivityChecker.Construct c : DLExpressivityChecker.Construct.values()) System.out.println(c);
public static DLExpressivityChecker.Construct 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 nullpublic String toString()
toString in class Enum<DLExpressivityChecker.Construct>Copyright © 2016 The University of Manchester. All Rights Reserved.