org.eclipse.emf.emfstore.internal.client.importexport
Interface ExportImportDataUnit

All Known Implementing Classes:
ExportImportDataUnits

public interface ExportImportDataUnit

Represent a single unit that is considered valid to be exported/imported.


Method Summary
 String getExtension()
          Returns the file extension that is used to persist this data unit.
 String getName()
          Returns the name of this data unit.
 

Method Detail

getExtension

String getExtension()
Returns the file extension that is used to persist this data unit.

Returns:
the file extension of this data unit.

getName

String getName()
Returns the name of this data unit.

Returns:
the name of this data unit.


Copyright © 2015. All Rights Reserved.