Uses of Enum Class
com.example.orderplatform.orders.domain.OrderStatus
Packages that use OrderStatus
-
Uses of OrderStatus in com.example.orderplatform.orders.domain
Methods in com.example.orderplatform.orders.domain that return OrderStatusModifier and TypeMethodDescriptionstatic OrderStatusReturns the enum constant of this class with the specified name.static OrderStatus[]OrderStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.