com.jpattern.orm.persistor.generator
Class ShortValueChecker

java.lang.Object
  extended by com.jpattern.orm.persistor.generator.ValueChecker<Short>
      extended by com.jpattern.orm.persistor.generator.ShortValueChecker

public class ShortValueChecker
extends ValueChecker<Short>

Author:
ufo

Constructor Summary
ShortValueChecker()
           
 
Method Summary
 boolean useGenerator(long[] validValues, Short 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

ShortValueChecker

public ShortValueChecker()
Method Detail

useGenerator

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


Copyright © 2013. All Rights Reserved.