5 lines
45 B
Java
5 lines
45 B
Java
public enum TransportType {
|
|
BUS,
|
|
TRAIN
|
|
}
|
public enum TransportType {
|
|
BUS,
|
|
TRAIN
|
|
}
|