org.richfaces.demo.common
Class RandomDataHelper

java.lang.Object
  extended by org.richfaces.demo.common.RandomDataHelper

public class RandomDataHelper
extends Object


Constructor Summary
RandomDataHelper()
           
 
Method Summary
static int random(int min, int max)
           
static Object random(Object[] values)
           
static String randomString(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomDataHelper

public RandomDataHelper()
Method Detail

random

public static int random(int min,
                         int max)

random

public static Object random(Object[] values)

randomString

public static String randomString(int length)


Copyright © 2007-2008 JBoss Inc.. All Rights Reserved.