All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stratio.crossdata.server.mocks.State Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server.mocks;
// 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 - 2024 Weber Informatics LLC | Privacy Policy