![JAR search and dependency download from the Maven repository](/logo.png)
fi.foyt.fni.persistence.model.gamelibrary.OrderStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of persistence Show documentation
Show all versions of persistence Show documentation
Forge & Illusion - Persistence
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