public interface EMFFormsIdProvider
Modifier and Type | Field and Description |
---|---|
static String |
ID_COLUMN
The name of the ID column.
|
Modifier and Type | Method and Description |
---|---|
String |
getId(org.eclipse.emf.ecore.EObject eObject)
Returns the id value for an
EObject . |
static final String ID_COLUMN
String getId(org.eclipse.emf.ecore.EObject eObject)
EObject
.eObject
- The EObject
to get an id forCopyright © 2016. All rights reserved.