T
- the data typepublic interface DataDefinition<T>
Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
getDataClass()
Returns the target data model class.
|
DataFilter<? super T> |
getDataFilter()
Returns the data filter.
|
DataFormat<T> |
getDataFormat()
Returns the data format.
|
Class<? extends T> getDataClass()
DataFormat<T> getDataFormat()
DataFilter<? super T> getDataFilter()
null
if the filter is not definedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.