Uses of Class
com.cloudimpl.outstack.domain.example.enums.OrderType
| Package | Description |
|---|---|
| com.cloudimpl.outstack.domain.example.enums |
-
Uses of OrderType in com.cloudimpl.outstack.domain.example.enums
Methods in com.cloudimpl.outstack.domain.example.enums that return OrderType Modifier and Type Method Description static OrderTypeOrderType. valueOf(java.lang.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.