OpenAPI 1.0

Uses of Class
com.aquafold.openapi.chart.AQFunctionParameter.DataType

Packages that use AQFunctionParameter.DataType
com.aquafold.openapi.chart   
 

Uses of AQFunctionParameter.DataType in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart that return AQFunctionParameter.DataType
 AQFunctionParameter.DataType AQFunctionParameter.getDataType()
          Get the parameter's datatype (Integer, Float or Double)
static AQFunctionParameter.DataType AQFunctionParameter.DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AQFunctionParameter.DataType[] AQFunctionParameter.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.aquafold.openapi.chart with parameters of type AQFunctionParameter.DataType
 void AQFunctionParameter.setDataType(AQFunctionParameter.DataType dataType)
          Set the parameter's datatype (Integer, Float or Double)
 


OpenAPI 1.0


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