]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 package org.simantics.graph.compiler;\r
2 \r
3 public enum ValidationMode {\r
4         IGNORE,\r
5         WARNING,\r
6         ERROR\r
7 }