com.jpattern.orm.persistor.generator
Class BigDecimalValueChecker

java.lang.Object
  extended by com.jpattern.orm.persistor.generator.ValueChecker<BigDecimal>
      extended by com.jpattern.orm.persistor.generator.BigDecimalValueChecker

public class BigDecimalValueChecker
extends ValueChecker<BigDecimal>

Author:
ufo

Constructor Summary
BigDecimalValueChecker()
           
 
Method Summary
 boolean useGenerator(long[] validValues, BigDecimal value)
           
 
Methods inherited from class com.jpattern.orm.persistor.generator.ValueChecker
contains
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigDecimalValueChecker

public BigDecimalValueChecker()
Method Detail

useGenerator

public boolean useGenerator(long[] validValues,
                            BigDecimal value)
Specified by:
useGenerator in class ValueChecker<BigDecimal>


Copyright © 2013. All Rights Reserved.