public interface ValidationDelegateExtension
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(EClass eClass,
EObject eObject,
DiagnosticChain diagnostics,
Map<Object,Object> context,
EOperation invariant,
String expression,
int severity,
String source,
int code)
Evaluates the given invariant expression against the object in the given context.
|
boolean |
validate(EClass eClass,
EObject eObject,
DiagnosticChain diagnostics,
Map<Object,Object> context,
String constraint,
String expression,
int severity,
String source,
int code)
Evaluates the given constraint expression against the object in the given context.
|
boolean |
validate(EDataType eDataType,
Object value,
DiagnosticChain diagnostics,
Map<Object,Object> context,
String constraint,
String expression,
int severity,
String source,
int code)
Evaluates the given constraint expression against the value in the given context.
|
boolean validate(EClass eClass,
EObject eObject,
DiagnosticChain diagnostics,
Map<Object,Object> context,
String constraint,
String expression,
int severity,
String source,
int code)
boolean validate(EClass eClass,
EObject eObject,
DiagnosticChain diagnostics,
Map<Object,Object> context,
EOperation invariant,
String expression,
int severity,
String source,
int code)
boolean validate(EDataType eDataType,
Object value,
DiagnosticChain diagnostics,
Map<Object,Object> context,
String constraint,
String expression,
int severity,
String source,
int code)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.