Uses of Class
net.pricefx.common.api.EventType
-
Packages that use EventType Package Description net.pricefx.common.api Provides several classes commonly used in Pricefx API. -
-
Uses of EventType in net.pricefx.common.api
Methods in net.pricefx.common.api that return EventType Modifier and Type Method Description static EventType
EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventType[]
EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-