org.eclipse.mofscript.MOFScriptModel.validation
Interface DebugStatementValidator


public interface DebugStatementValidator

A sample validator interface for DebugStatement. This doesn't really do anything, and it's not a real EMF artifact. It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.


Method Summary
 boolean validate()
           
 boolean validateSpecification(java.lang.String value)
           
 boolean validateVars(org.eclipse.emf.common.util.EList value)
           
 

Method Detail

validate

boolean validate()

validateSpecification

boolean validateSpecification(java.lang.String value)

validateVars

boolean validateVars(org.eclipse.emf.common.util.EList value)