net.sf.pipet.param
Class LongClass

java.lang.Object
  extended by net.sf.pipet.param.ParameterClass<Long>
      extended by net.sf.pipet.param.LongClass
All Implemented Interfaces:
ParameterType<Long>

public class LongClass
extends ParameterClass<Long>
implements ParameterType<Long>


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.pipet.param.ParameterClass
ParameterClass.ValidationException
 
Field Summary
protected static LongClass TYPE
           
 
Fields inherited from interface net.sf.pipet.param.ParameterType
LONG, TEXT
 
Method Summary
 ParameterType<?> parseSubclassType(String spec)
           
 Long validate(Object value)
           
 
Methods inherited from class net.sf.pipet.param.ParameterClass
parseType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

protected static LongClass TYPE
Method Detail

parseSubclassType

public ParameterType<?> parseSubclassType(String spec)
Specified by:
parseSubclassType in class ParameterClass<Long>

validate

public Long validate(Object value)
              throws ParameterClass.ValidationException
Specified by:
validate in interface ParameterType<Long>
Throws:
ParameterClass.ValidationException


Copyright © 2012 VU University Amsterdam. All Rights Reserved.