Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.randomizerbumpers
Class NumericStringRandomizerBumper

java.lang.Object
  extended by com.liferay.portal.kernel.test.randomizerbumpers.NumericStringRandomizerBumper
All Implemented Interfaces:
RandomizerBumper<String>

public class NumericStringRandomizerBumper
extends Object
implements RandomizerBumper<String>


Field Summary
static NumericStringRandomizerBumper INSTANCE
           
 
Constructor Summary
NumericStringRandomizerBumper()
           
 
Method Summary
 boolean accept(String randomValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NumericStringRandomizerBumper INSTANCE
Constructor Detail

NumericStringRandomizerBumper

public NumericStringRandomizerBumper()
Method Detail

accept

public boolean accept(String randomValue)
Specified by:
accept in interface RandomizerBumper<String>

Liferay 7.0-ce-b4