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
Method Summary |
String |
getId(org.eclipse.emf.ecore.EObject eObject)
Returns the id value for an EObject . |
ID_COLUMN
static final String ID_COLUMN
- The name of the ID column.
- See Also:
- Constant Field Values
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.