drinkwater.ServiceState Maven / Gradle / Ivy
package drinkwater;
/**
* Created by A406775 on 2/01/2017.
*/
public enum ServiceState {
NotStarted,
Stopped,
Up
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package drinkwater;
/**
* Created by A406775 on 2/01/2017.
*/
public enum ServiceState {
NotStarted,
Stopped,
Up
}