|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImExporter
This base interface must be implemented by all importer and exporter instances.
| Field Summary | |
|---|---|
static int |
CALL_MODE
Constant for call mode |
static int |
CALLER_MODE
Constant for caller mode |
static int |
EXPORT_TYPE
Constant for export type |
static int |
IMPORT_TYPE
Constant for import type |
| Method Summary | |
|---|---|
String |
getExtension()
Gets the extension of the importer/exporter |
String |
getFilterName()
Gets the name of the importer/exporter |
String |
getID()
Gets the ID of the importer/exporter |
int |
getMode()
Gets the mode of the importer/exporter |
int |
getType()
Gets the type of the importer/exporter |
void |
setFilename(String filename)
Sets the filename od the external data source |
| Field Detail |
|---|
static final int CALL_MODE
static final int CALLER_MODE
static final int EXPORT_TYPE
static final int IMPORT_TYPE
| Method Detail |
|---|
String getID()
int getMode()
int getType()
String getFilterName()
String getExtension()
void setFilename(String filename)
filename - a valid filename
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||