public class ValidationContextImpl extends Object implements ValidationContext
| Constructor and Description |
|---|
ValidationContextImpl(String source,
Object target) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.eclipse.emf.ecore.EStructuralFeature feature,
Severity severity,
String message,
Object... arguments) |
void |
add(org.eclipse.emf.ecore.EStructuralFeature feature,
String message,
Object... arguments) |
void |
add(Severity severity,
Object[] data,
String message,
Object... arguments) |
void |
add(String message,
Object... arguments) |
boolean |
apply(org.eclipse.emf.common.util.DiagnosticChain diagnostics) |
Object |
getTarget() |
protected Object[] |
makeTargetData(org.eclipse.emf.ecore.EStructuralFeature feature) |
public Object getTarget()
getTarget in interface ValidationContextpublic boolean apply(org.eclipse.emf.common.util.DiagnosticChain diagnostics)
protected Object[] makeTargetData(org.eclipse.emf.ecore.EStructuralFeature feature)
public void add(Severity severity, Object[] data, String message, Object... arguments)
add in interface ValidationContextpublic void add(org.eclipse.emf.ecore.EStructuralFeature feature,
Severity severity,
String message,
Object... arguments)
add in interface ValidationContextpublic void add(String message, Object... arguments)
add in interface ValidationContextpublic void add(org.eclipse.emf.ecore.EStructuralFeature feature,
String message,
Object... arguments)
add in interface ValidationContext