Uses of Enum Class
com.bank.entities.EventType
Packages that use EventType
-
Uses of EventType in com.bank.entities
Fields in com.bank.entities declared as EventTypeModifier and TypeFieldDescriptionprivate EventTypeEvent.typeСодержит тип события (Arrival/Completion)Methods in com.bank.entities that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.bank.entities with parameters of type EventType