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 reference to the singleton instance of this Scala object.
   */
  public static final State$ MODULE$ = null;
  public   State$ () { throw new RuntimeException(); }
  public  scala.Enumeration.Value Started () { throw new RuntimeException(); }
  public  scala.Enumeration.Value Stopping () { throw new RuntimeException(); }
  public  scala.Enumeration.Value Stopped () { throw new RuntimeException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy