Uses of Enum Class
org.hisp.dhis.model.event.EventStatus
Packages that use EventStatus
-
Uses of EventStatus in org.hisp.dhis.model.event
Methods in org.hisp.dhis.model.event that return EventStatusModifier and TypeMethodDescriptionstatic EventStatusReturns the enum constant of this class with the specified name.static EventStatus[]EventStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hisp.dhis.model.event with parameters of type EventStatusModifierConstructorDescriptionEvent(String id, String programStage, String orgUnit, EventStatus status, Date occurredAt, List<EventDataValue> dataValues)