public static class T012_ValueTypeTest.FooScanner extends Object implements ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>
| Constructor and Description |
|---|
FooScanner() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(T012_ValueTypeTest.Foo value) |
Class<T012_ValueTypeTest.Foo> |
getType() |
T012_ValueTypeTest.Foo |
scan(String value) |
String |
toString(T012_ValueTypeTest.Foo value) |
public Class<T012_ValueTypeTest.Foo> getType()
getType in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>public T012_ValueTypeTest.Foo scan(String value) throws ch.agent.crnickl.T2DBException
scan in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>ch.agent.crnickl.T2DBExceptionpublic void check(T012_ValueTypeTest.Foo value) throws ch.agent.crnickl.T2DBException
check in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>ch.agent.crnickl.T2DBExceptionpublic String toString(T012_ValueTypeTest.Foo value) throws ch.agent.crnickl.T2DBException
toString in interface ch.agent.crnickl.api.ValueScanner<T012_ValueTypeTest.Foo>ch.agent.crnickl.T2DBExceptionCopyright © 2017. All rights reserved.