org.eclipse.emf.ecore
Interface EValidator.Registry
- All Superinterfaces:
- Map
- All Known Implementing Classes:
- EValidatorRegistryImpl
- Enclosing interface:
- EValidator
- public static interface EValidator.Registry
- extends Map
A map from EPackage
to EValidator
.
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
INSTANCE
public static final EValidator.Registry INSTANCE
- The global instance of a validator registry.
getEValidator
public EValidator getEValidator(EPackage ePackage)
- Looks up the package in the map.