Skip to main content
summaryrefslogblamecommitdiffstats
blob: 8880072975092699b464da00e265e06569ab0102 (plain) (tree)


















                                                                                                                                       
/**
 * <copyright>
 * </copyright>
 *
 * $Id: ImplMultiRefNonContainerNPLValidator.java,v 1.1 2008-12-29 15:06:17 estepper Exp $
 */
package org.eclipse.emf.cdo.tests.model4.validation;

/**
 * A sample validator interface for {@link org.eclipse.emf.cdo.tests.model4.ImplMultiRefNonContainerNPL}.
 * 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.
 */
public interface ImplMultiRefNonContainerNPLValidator
{
  boolean validate();

}

Back to the top