Uses of Class
org.kie.integrationtest.spring.OrderType
-
-
Uses of OrderType in org.kie.integrationtest.spring
Methods in org.kie.integrationtest.spring that return OrderType Modifier and Type Method Description OrderTypeOrder. getType()static OrderTypeOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderType[]OrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kie.integrationtest.spring with parameters of type OrderType Constructor Description Order(Party seller, Party buyer, OrderType type)
-