org.eclipse.higgins.icard.io
Interface IFormatDescriptor


public interface IFormatDescriptor


Method Summary
 ICredentialDescriptor getCredentialDescriptor()
          Gets the description of the credentials required to operate with the describing input/output format.
 String getDescription()
          Gets human readable description of the describing input/output format.
 IElementFormat getElementDescriptor()
          Gets the description of elements supported by the describing input/output format.
 String getFileExtension()
          Gets the file extension used by describing input/output format.
 String getID()
           
 String getName()
          Gets the name of describing input/output format.
 

Method Detail

getID

String getID()

getName

String getName()
Gets the name of describing input/output format.


getFileExtension

String getFileExtension()
Gets the file extension used by describing input/output format.


getDescription

String getDescription()
Gets human readable description of the describing input/output format.


getCredentialDescriptor

ICredentialDescriptor getCredentialDescriptor()
Gets the description of the credentials required to operate with the describing input/output format.


getElementDescriptor

IElementFormat getElementDescriptor()
Gets the description of elements supported by the describing input/output format.