ch.agent.crnickl.junit
Class T012_ValueTypeTest.FooScanner

java.lang.Object
  extended by ch.agent.crnickl.junit.T012_ValueTypeTest.FooScanner
All Implemented Interfaces:
ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>
Enclosing class:
T012_ValueTypeTest

public static class T012_ValueTypeTest.FooScanner
extends Object
implements ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>


Constructor Summary
T012_ValueTypeTest.FooScanner()
           
 
Method Summary
 void check(T012_ValueTypeTest.Foo value)
           
 Class<T012_ValueTypeTest.Foo> getType()
           
 T012_ValueTypeTest.Foo scan(String value)
           
 String toString(T012_ValueTypeTest.Foo value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

T012_ValueTypeTest.FooScanner

public T012_ValueTypeTest.FooScanner()
Method Detail

getType

public Class<T012_ValueTypeTest.Foo> getType()
Specified by:
getType in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>

scan

public T012_ValueTypeTest.Foo scan(String value)
                            throws ch.agent.crnickl.T2DBException
Specified by:
scan in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>
Throws:
ch.agent.crnickl.T2DBException

check

public void check(T012_ValueTypeTest.Foo value)
           throws ch.agent.crnickl.T2DBException
Specified by:
check in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>
Throws:
ch.agent.crnickl.T2DBException

toString

public String toString(T012_ValueTypeTest.Foo value)
                throws ch.agent.crnickl.T2DBException
Specified by:
toString in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>
Throws:
ch.agent.crnickl.T2DBException


Copyright © 2013. All Rights Reserved.