Uses of Enum Class
com.needleandstitch.pavuk.model.Order.Status
Packages that use Order.Status
-
Uses of Order.Status in com.needleandstitch.pavuk.model
Subclasses with type arguments of type Order.Status in com.needleandstitch.pavuk.modelModifier and TypeClassDescriptionstatic enum
Enum representing the possible statuses of an order.Methods in com.needleandstitch.pavuk.model that return Order.StatusModifier and TypeMethodDescriptionOrder.getStatus()
Gets the status of the order.static Order.Status
Returns the enum constant of this class with the specified name.static Order.Status[]
Order.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.needleandstitch.pavuk.model with parameters of type Order.StatusModifier and TypeMethodDescriptionvoid
Order.setStatus
(Order.Status status) Sets the status of the order.