OpenAPI 1.0

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

Packages that use AQRandomVariation
com.aquafold.openapi.random   
 

Uses of AQRandomVariation in com.aquafold.openapi.random
 

Subinterfaces of AQRandomVariation in com.aquafold.openapi.random
 interface AQRandomDateVariation
          This interface represents a change that a Date object could possibly have.
 interface AQRandomNumberVariation
          This interface represents a change that a Number object could possibly have.
 

Methods in com.aquafold.openapi.random with parameters of type AQRandomVariation
 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, 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.setVariation(AQRandomVariation variation)
          Sets the variation to be applied to the generated data, this method expects there is only one column type is specified.
 void AQRandomDataSet.setVariations(AQRandomVariation[] variations)
          Sets the variations 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.