
com.stratio.crossdata.connectors.State Maven / Gradle / Ivy
package com.stratio.crossdata.connectors;
// no position
public class State extends scala.Enumeration {
static public scala.Enumeration.Value Started () { throw new RuntimeException(); }
static public scala.Enumeration.Value Stopping () { throw new RuntimeException(); }
static public scala.Enumeration.Value Stopped () { throw new RuntimeException(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy