Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/relation/relation1to1/validation/NotContainedChildRTNRValidator.java')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/relation/relation1to1/validation/NotContainedChildRTNRValidator.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/relation/relation1to1/validation/NotContainedChildRTNRValidator.java b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/relation/relation1to1/validation/NotContainedChildRTNRValidator.java
deleted file mode 100644
index 70a70be4a..000000000
--- a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/relation/relation1to1/validation/NotContainedChildRTNRValidator.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id: NotContainedChildRTNRValidator.java,v 1.1 2007/02/08 23:09:23 mtaal Exp $
- */
-package org.eclipse.emf.teneo.samples.emf.relation.relation1to1.validation;
-
-import org.eclipse.emf.teneo.samples.emf.relation.relation1to1.Main;
-
-/**
- * A sample validator interface for {@link org.eclipse.emf.teneo.samples.emf.relation.relation1to1.NotContainedChildRTNR}.
- * 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 NotContainedChildRTNRValidator {
- boolean validate();
-
- boolean validateName(String value);
- boolean validateMain(Main value);
-}

Back to the top