public class LabelRetriever
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SEPARATOR |
static java.lang.String |
UNNAMED_ELEMENT |
| Constructor and Description |
|---|
LabelRetriever() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getFullLabel(org.eclipse.emf.ecore.EObject object) |
static java.lang.String |
getFullPath(org.eclipse.emf.ecore.EObject object) |
static java.lang.String |
getLabel(org.eclipse.emf.ecore.ENamedElement namedElement) |
static java.lang.String |
getLabel(org.eclipse.emf.ecore.EObject object) |
public static final java.lang.String UNNAMED_ELEMENT
public static final java.lang.String SEPARATOR
public static java.lang.String getLabel(org.eclipse.emf.ecore.EObject object)
public static java.lang.String getFullLabel(org.eclipse.emf.ecore.EObject object)
public static java.lang.String getFullPath(org.eclipse.emf.ecore.EObject object)
public static java.lang.String getLabel(org.eclipse.emf.ecore.ENamedElement namedElement)