public static enum TypeTransformationParser.Keywords extends Enum<TypeTransformationParser.Keywords>
| Enum Constant and Description |
|---|
COND |
EQ |
MAPUNION |
NONE |
RAWTYPEOF |
RECORD |
SUB |
TEMPLATETYPEOF |
TYPE |
UNION |
| Modifier and Type | Field and Description |
|---|---|
TypeTransformationParser.OperationKind |
kind |
int |
maxParamCount |
int |
minParamCount |
String |
name |
| Modifier and Type | Method and Description |
|---|---|
static TypeTransformationParser.Keywords |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeTransformationParser.Keywords[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeTransformationParser.Keywords TYPE
public static final TypeTransformationParser.Keywords UNION
public static final TypeTransformationParser.Keywords COND
public static final TypeTransformationParser.Keywords MAPUNION
public static final TypeTransformationParser.Keywords EQ
public static final TypeTransformationParser.Keywords SUB
public static final TypeTransformationParser.Keywords NONE
public static final TypeTransformationParser.Keywords RAWTYPEOF
public static final TypeTransformationParser.Keywords TEMPLATETYPEOF
public static final TypeTransformationParser.Keywords RECORD
public final String name
public final int minParamCount
public final int maxParamCount
public final TypeTransformationParser.OperationKind kind
public static TypeTransformationParser.Keywords[] values()
for (TypeTransformationParser.Keywords c : TypeTransformationParser.Keywords.values()) System.out.println(c);
public static TypeTransformationParser.Keywords 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 © 2009-2014 Google. All Rights Reserved.