7 lines
83 B
Java
7 lines
83 B
Java
package Trolleybus;
|
|
|
|
public enum Status {
|
|
NotInit,
|
|
InProgress,
|
|
Finish
|
|
} |