net.sf.pipet.param
Class TextClass

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

public class TextClass
extends ParameterClass<String>
implements ParameterType<String>


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.pipet.param.ParameterClass
ParameterClass.ValidationException
 
Field Summary
protected static TextClass TYPE
           
 
Fields inherited from interface net.sf.pipet.param.ParameterType
LONG, TEXT
 
Method Summary
 ParameterType<?> parseSubclassType(String spec)
           
 String 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 TextClass TYPE
Method Detail

parseSubclassType

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

validate

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


Copyright © 2012 VU University Amsterdam. All Rights Reserved.