Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.EventTypeCode
Packages that use EventTypeCode
-
Uses of EventTypeCode in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return EventTypeCodeModifier and TypeMethodDescriptionstatic EventTypeCode
EventTypeCode.enumForCode
(String code) static EventTypeCode
Returns the enum constant of this class with the specified name.static EventTypeCode[]
EventTypeCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventTypeCode in org.openehealth.ipf.commons.audit.event
Constructors in org.openehealth.ipf.commons.audit.event with parameters of type EventTypeCodeModifierConstructorDescriptionNetworkEntryBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventTypeCode eventTypeCode) UserAuthenticationBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventTypeCode eventTypeCode, PurposeOfUse... purposesOfUse)