public static enum AQFunctionParameter.DataType extends java.lang.Enum<AQFunctionParameter.DataType>
Modifier and Type | Method and Description |
---|---|
static AQFunctionParameter.DataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AQFunctionParameter.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AQFunctionParameter.DataType INTEGER
public static final AQFunctionParameter.DataType FLOAT
public static final AQFunctionParameter.DataType DOUBLE
public static AQFunctionParameter.DataType[] values()
for (AQFunctionParameter.DataType c : AQFunctionParameter.DataType.values()) System.out.println(c);
public static AQFunctionParameter.DataType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.