public static enum ArgType.TypeName extends Enum<ArgType.TypeName>
| Enum Constant and Description |
|---|
DoubleArg |
FloatArg |
FunctionCall |
IntegerArg |
LongArg |
RefArg |
StringArg |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getTypeClass() |
Class<?> |
getValueClass() |
static ArgType.TypeName |
valueOf(ArgType argType) |
static ArgType.TypeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArgType.TypeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArgType.TypeName RefArg
public static final ArgType.TypeName FunctionCall
public static final ArgType.TypeName StringArg
public static final ArgType.TypeName FloatArg
public static final ArgType.TypeName DoubleArg
public static final ArgType.TypeName LongArg
public static final ArgType.TypeName IntegerArg
public static ArgType.TypeName[] values()
for (ArgType.TypeName c : ArgType.TypeName.values()) System.out.println(c);
public static ArgType.TypeName 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 Class<?> getTypeClass()
public Class<?> getValueClass()
public static ArgType.TypeName valueOf(ArgType argType)
Copyright © 2018. All rights reserved.