OpenAPI 1.0

com.aquafold.openapi.random
Interface AQRandomStringLength

All Superinterfaces:
AQRandomRange

public interface AQRandomStringLength
extends AQRandomRange

This interface defines a constraint on the length of a string.

Instances of this interface can be instantiated by one of the following methods:


Method Summary
 String nextString()
          Randomly generates a string with length bounded by the criteria defined in this object.
 

Method Detail

nextString

String nextString()
Randomly generates a string with length bounded by the criteria defined in this object.


OpenAPI 1.0


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