]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ValidationMode.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / ValidationMode.java
diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ValidationMode.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ValidationMode.java
new file mode 100644 (file)
index 0000000..5d9ba2c
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.graph.compiler;\r
+\r
+public enum ValidationMode {\r
+       IGNORE,\r
+       WARNING,\r
+       ERROR\r
+}
\ No newline at end of file