Uses of Class
de.gsi.financial.samples.dos.Order.OrderStatus
-
Packages that use Order.OrderStatus Package Description de.gsi.financial.samples.dos -
-
Uses of Order.OrderStatus in de.gsi.financial.samples.dos
Methods in de.gsi.financial.samples.dos that return Order.OrderStatus Modifier and Type Method Description Order.OrderStatusOrder. getStatus()static Order.OrderStatusOrder.OrderStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Order.OrderStatus[]Order.OrderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.financial.samples.dos with parameters of type Order.OrderStatus Modifier and Type Method Description voidOrder. setStatus(Order.OrderStatus status)
-