org.eclipse.emfforms.spi.spreadsheet.core
Interface EMFFormsIdProvider

All Known Implementing Classes:
EMFFormsIdProviderImpl

public interface EMFFormsIdProvider

This service provides the value for the ID column used for identifying values accross multiple sheets.

Author:
Eugen Neufeld

Field Summary
static String ID_COLUMN
          The name of the ID column.
 
Method Summary
 String getId(org.eclipse.emf.ecore.EObject eObject)
          Returns the id value for an EObject.
 

Field Detail

ID_COLUMN

static final String ID_COLUMN
The name of the ID column.

See Also:
Constant Field Values
Method Detail

getId

String getId(org.eclipse.emf.ecore.EObject eObject)
Returns the id value for an EObject.

Parameters:
eObject - The EObject to get an id for
Returns:
The id


Copyright © 2015. All Rights Reserved.