Class NamedEObjectNameProviderDelegateRegistry
java.lang.Object
com.e1c.langtool.v8.dt.internal.translator.NamedEObjectNameProviderDelegateRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all retistred delegates.getDelegates(org.eclipse.emf.ecore.EClass eClass) Gets the delegates for theEClass.
-
Constructor Details
-
NamedEObjectNameProviderDelegateRegistry
public NamedEObjectNameProviderDelegateRegistry()
-
-
Method Details
-
getDelegates
public Collection<INamedEObjectNameProviderDelegate> getDelegates(org.eclipse.emf.ecore.EClass eClass) Gets the delegates for theEClass.- Parameters:
eClass- the EClass, cannot benull.- Returns:
- the delegates, cannot return
null.
-
getDelegates
Gets all retistred delegates.- Returns:
- the delegates, cannot return
null.
-