public class DefaultDeclarativeQualifiedNameProvider extends IQualifiedNameProvider.AbstractImpl
QualifiedName qualifiedName(MyType ele)IQualifiedNameProvider.AbstractImpl| Constructor and Description |
|---|
DefaultDeclarativeQualifiedNameProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected IQualifiedNameConverter |
getConverter() |
QualifiedName |
getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj) |
protected com.google.common.base.Function<org.eclipse.emf.ecore.EObject,String> |
getResolver() |
protected QualifiedName |
qualifiedName(Object ele)
Default for qualifiedName dispatcher.
|
applypublic DefaultDeclarativeQualifiedNameProvider()
protected com.google.common.base.Function<org.eclipse.emf.ecore.EObject,String> getResolver()
public 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.protected QualifiedName qualifiedName(Object ele)
protected IQualifiedNameConverter getConverter()
Copyright © 2015. All Rights Reserved.