org.eclipse.higgins.icard.common.io
Class FormatDescriptor
java.lang.Object
org.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)
|
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)
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