OpenAPI 1.0

com.aquafold.openapi.chart
Enum AQFunctionParameter.DataType

java.lang.Object
  extended by java.lang.Enum<AQFunctionParameter.DataType>
      extended by com.aquafold.openapi.chart.AQFunctionParameter.DataType
All Implemented Interfaces:
Serializable, Comparable<AQFunctionParameter.DataType>
Enclosing interface:
AQFunctionParameter

public static enum AQFunctionParameter.DataType
extends Enum<AQFunctionParameter.DataType>

Supported parameter datatypes: Integer, Float, Double


Enum Constant Summary
DOUBLE
           
FLOAT
           
INTEGER
           
 
Method Summary
static AQFunctionParameter.DataType valueOf(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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

INTEGER

public static final AQFunctionParameter.DataType INTEGER

FLOAT

public static final AQFunctionParameter.DataType FLOAT

DOUBLE

public static final AQFunctionParameter.DataType DOUBLE
Method Detail

values

public static AQFunctionParameter.DataType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AQFunctionParameter.DataType c : AQFunctionParameter.DataType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AQFunctionParameter.DataType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.