![JAR search and dependency download from the Maven repository](/logo.png)
org.openl.rules.rest.compile.TableRunState Maven / Gradle / Ivy
package org.openl.rules.rest.compile;
public enum TableRunState {
CAN_RUN,
CAN_RUN_MODULE,
CANNOT_RUN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.openl.rules.rest.compile;
public enum TableRunState {
CAN_RUN,
CAN_RUN_MODULE,
CANNOT_RUN
}