OpenAPI 1.0

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

Packages that use AQRandomRange
com.aquafold.openapi.random   
 

Uses of AQRandomRange in com.aquafold.openapi.random
 

Subinterfaces of AQRandomRange in com.aquafold.openapi.random
 interface AQRandomDateRange
          This interface represents a range of dates.
 interface AQRandomNumberRange
          This interface represents a range of numbers.
 interface AQRandomStringLength
          This interface defines a constraint on the length of a string.
 

Methods in com.aquafold.openapi.random with parameters of type AQRandomRange
 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.
 void AQRandomDataSet.setRange(AQRandomRange range)
          Sets the range to be applied to the generated data, this method expects there is only one column type is specified.
 void AQRandomDataSet.setRanges(AQRandomRange[] ranges)
          Sets the ranges to be applied to the generated data, one for each column.
 


OpenAPI 1.0


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