public interface IQualifiedNameProvider extends com.google.common.base.Function<org.eclipse.emf.ecore.EObject,QualifiedName>
Modifier and Type | Interface and Description |
---|---|
static class |
IQualifiedNameProvider.AbstractImpl |
Modifier and Type | Method and Description |
---|---|
QualifiedName |
getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj) |
QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
null
if this IQualifiedNameProvider
is not
responsible or if the given object doesn't have qualified name.