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

fi.foyt.fni.persistence.model.gamelibrary.OrderStatus Maven / Gradle / Ivy

There is a newer version: 3.3.13
Show newest version
package fi.foyt.fni.persistence.model.gamelibrary;

public enum OrderStatus {
  NEW,
  PAID,
  CANCELED,
  WAITING_FOR_DELIVERY,
  SHIPPED,
  DELIVERED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy