OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.random.AQRandomDataSet

Packages that use AQRandomDataSet
com.aquafold.openapi.random   
 

Uses of AQRandomDataSet in com.aquafold.openapi.random
 

Methods in com.aquafold.openapi.random that return AQRandomDataSet
 AQRandomDataSet AQRandomFactory.newRandomDataSet()
          Creates a new empty random data set factory without any constraints defined.
 AQRandomDataSet AQRandomFactory.newRandomDataSet(int rows, String[] types, AQRandomRange[] ranges)
          Creates a new random data set factory with row, type and range constraints specified.
 AQRandomDataSet AQRandomFactory.newRandomDataSet(int rows, String[] types, AQRandomRange[] ranges, AQRandomVariation[] variations)
          Creates a new random data set factory with row, type, range and variation constraints specified.
 AQRandomDataSet AQRandomFactory.newRandomDataSetByType(int rows, int columns, String type, AQRandomRange range)
          Creates a new random data set factory with row, column, type and range constraints specified, all of columns will have the same column type.
 AQRandomDataSet AQRandomFactory.newRandomDataSetByType(int rows, int columns, String type, AQRandomRange range, AQRandomVariation variation)
          Creates a new random data set factory with row, column, type, range and variation constraints specified, all of columns will have the same column type.
 


OpenAPI 1.0


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