|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputFormatInterface
Defines the interface for input formats.
Method Summary | |
---|---|
java.lang.String[] |
getAvailableTerminologies()
|
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters. |
java.lang.String |
getDescription()
Get the description of the input type. |
Option[] |
getOptions()
Get the additional options that must be supplied before the reading can happen. |
java.lang.String[] |
getSupportedOutputFormats()
Get the supported Output formats for this input format. |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection |
Method Detail |
---|
java.lang.String[] getSupportedOutputFormats()
java.lang.String getDescription()
Option[] getOptions()
java.lang.String getConnectionSummary()
java.lang.String testConnection() throws ConnectionFailure
ConnectionFailure
- If a connection can't be made.java.lang.String[] getAvailableTerminologies() throws ConnectionFailure, UnexpectedError
ConnectionFailure
UnexpectedError
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |