Uses of Enum
org.qubership.atp.tdm.model.table.OrderType
Packages that use OrderType
-
Uses of OrderType in org.qubership.atp.tdm.model.table
Methods in org.qubership.atp.tdm.model.table that return OrderTypeModifier and TypeMethodDescriptionOrderTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) static OrderTypeOrderType.fromString(String value) TestDataTableOrder.getOrderType(@NonNull OrderType defaultValue) static OrderTypeReturns 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.Methods in org.qubership.atp.tdm.model.table with parameters of type OrderTypeModifier and TypeMethodDescriptionTestDataTableOrder.getOrderType(@NonNull OrderType defaultValue)