com.jpattern.orm.persistor.generator
Class ByteValueChecker

java.lang.Object
  extended by com.jpattern.orm.persistor.generator.ValueChecker<Byte>
      extended by com.jpattern.orm.persistor.generator.ByteValueChecker

public class ByteValueChecker
extends ValueChecker<Byte>

Author:
ufo

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

ByteValueChecker

public ByteValueChecker()
Method Detail

useGenerator

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


Copyright © 2013. All Rights Reserved.