org.LexGrid.LexBIG.Extensions
Interface Extendable

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Exporter, Filter, GenericExtension, HL7_Loader, Index, IndexLoader, LexBIGServiceConvenienceMethods, LexGrid_Exporter, LexGrid_Loader, Loader, MetaBatchLoader, MetaData_Loader, NCI_MetaThesaurusLoader, NCIHistoryLoader, OBO_Exporter, OBO_Loader, OBOHistoryLoader, OWL_Exporter, OWL_Loader, RadlexProtegeFrames_Loader, Search, Sort, SpringBatchLoader, Text_Loader, UMLS_Loader, UmlsBatchLoader, UMLSHistoryLoader

public interface Extendable
extends java.io.Serializable

Marks a class as an extension to the LexBIG application programming interface. This allows for centralized registration, lookup, and access to defined functions.


Method Summary
 java.lang.String getDescription()
          Return a description of the extension.
 java.lang.String getName()
          Return the name assigned to this service extension.
 java.lang.String getProvider()
          Return an identifier for the extension provider.
 java.lang.String getVersion()
          Return version information about the extension.
 

Method Detail

getName

java.lang.String getName()
Return the name assigned to this service extension. This name must be unique within context of the installed node and is used to register and lookup the extension through a LexBIGService.


getDescription

java.lang.String getDescription()
Return a description of the extension.


getProvider

java.lang.String getProvider()
Return an identifier for the extension provider.


getVersion

java.lang.String getVersion()
Return version information about the extension.


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.