protected abstract static class SampleRowModelFactory.SampleRowReaderPropertyConduit extends Object implements org.apache.tapestry5.PropertyConduit
| Modifier | Constructor and Description |
|---|---|
protected |
SampleRowModelFactory.SampleRowReaderPropertyConduit() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(Object instance) |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass)
should never be called
|
Class |
getPropertyType()
all value returned are string
|
abstract String |
getValue(SampleRow sampleRow) |
void |
set(Object instance,
Object value)
should never be called
|
protected SampleRowModelFactory.SampleRowReaderPropertyConduit()
public String get(Object instance)
get in interface org.apache.tapestry5.PropertyConduitpublic Class getPropertyType()
getPropertyType in interface org.apache.tapestry5.PropertyConduitpublic void set(Object instance, Object value)
set in interface org.apache.tapestry5.PropertyConduitpublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface org.apache.tapestry5.ioc.AnnotationProviderCopyright © 2009-2013 Ifremer. All Rights Reserved.