org.eclipse.higgins.icard.common.io
Class FormatDescriptor

java.lang.Object
  extended byorg.eclipse.higgins.icard.common.io.FormatDescriptor
All Implemented Interfaces:
org.eclipse.higgins.icard.io.IFormatDescriptor

public class FormatDescriptor
extends Object
implements org.eclipse.higgins.icard.io.IFormatDescriptor


Constructor Summary
FormatDescriptor(String id, String name, String description, String fileExtension, org.eclipse.higgins.icard.auth.ICredentialDescriptor credentialDescriptor, org.eclipse.higgins.icard.io.IElementFormat elementDescriptor)
           
 
Method Summary
 org.eclipse.higgins.icard.auth.ICredentialDescriptor getCredentialDescriptor()
           
 String getDescription()
           
 org.eclipse.higgins.icard.io.IElementFormat getElementDescriptor()
           
 String getFileExtension()
           
 String getID()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatDescriptor

public FormatDescriptor(String id,
                        String name,
                        String description,
                        String fileExtension,
                        org.eclipse.higgins.icard.auth.ICredentialDescriptor credentialDescriptor,
                        org.eclipse.higgins.icard.io.IElementFormat elementDescriptor)
Method Detail

getCredentialDescriptor

public org.eclipse.higgins.icard.auth.ICredentialDescriptor getCredentialDescriptor()
Specified by:
getCredentialDescriptor in interface org.eclipse.higgins.icard.io.IFormatDescriptor

getDescription

public String getDescription()
Specified by:
getDescription in interface org.eclipse.higgins.icard.io.IFormatDescriptor

getFileExtension

public String getFileExtension()
Specified by:
getFileExtension in interface org.eclipse.higgins.icard.io.IFormatDescriptor

getName

public String getName()
Specified by:
getName in interface org.eclipse.higgins.icard.io.IFormatDescriptor

getID

public String getID()
Specified by:
getID in interface org.eclipse.higgins.icard.io.IFormatDescriptor

getElementDescriptor

public org.eclipse.higgins.icard.io.IElementFormat getElementDescriptor()
Specified by:
getElementDescriptor in interface org.eclipse.higgins.icard.io.IFormatDescriptor