public interface ImporterDescription
public
abstract
Modifier and Type | Interface and Description |
---|---|
static class |
ImporterDescription.DataSize
Represents a kind of estimated input data size.
|
Modifier and Type | Method and Description |
---|---|
default ImporterDescription.DataSize |
getDataSize()
Returns the estimated data size.
|
Class<?> |
getModelType()
Returns the data model class of importing data.
|
Class<?> getModelType()
default ImporterDescription.DataSize getDataSize()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.