|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.internal.validation.ValidationServiceProvider
public class ValidationServiceProvider
Validation service provider.
Constructor Summary | |
---|---|
ValidationServiceProvider()
Constructor. |
Method Summary | |
---|---|
void |
deleteValidationService(Object key)
Deletes the validation service for the given object. |
IValidationService |
getValidationService(Object validationServiceObject)
Returns the validation service for the given object key. If no such validation service does yet exist, it will be created |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationServiceProvider()
Method Detail |
---|
public IValidationService getValidationService(Object validationServiceObject)
getValidationService
in interface IValidationServiceProvider
validationServiceObject
- the object for which to return a validation service
public void deleteValidationService(Object key)
deleteValidationService
in interface IValidationServiceProvider
key
- the object for which to delete the validation service
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |