cmu.survey.jsp.tags
Class RandomizeGenerator.FindRandomIn

java.lang.Object
  extended by cmu.survey.jsp.tags.RandomizeGenerator.FindRandomIn
Enclosing class:
RandomizeGenerator

public static class RandomizeGenerator.FindRandomIn
extends java.lang.Object


Field Summary
 java.lang.String[][] fieldsToRandomize
          An array of groups of fields that will be randomized.
 java.lang.String repeatedMeasureValue
          Optional.
 java.lang.String repeatedMeasureVariableName
          Optional.
 java.lang.String tableName
           
 
Constructor Summary
RandomizeGenerator.FindRandomIn()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldsToRandomize

public java.lang.String[][] fieldsToRandomize
An array of groups of fields that will be randomized.
The first dimension of the array is the groups.
The second dimension of the array is the individual fields in each group. Each group should have an equal size.


tableName

public java.lang.String tableName

repeatedMeasureVariableName

public java.lang.String repeatedMeasureVariableName
Optional.


repeatedMeasureValue

public java.lang.String repeatedMeasureValue
Optional.

Constructor Detail

RandomizeGenerator.FindRandomIn

public RandomizeGenerator.FindRandomIn()