public enum HpdEventTypeCode extends Enum<HpdEventTypeCode> implements org.openehealth.ipf.commons.audit.types.EventType, org.openehealth.ipf.commons.audit.types.EnumeratedCodedValue<org.openehealth.ipf.commons.audit.types.EventType>
| Enum Constant and Description |
|---|
ProviderInformationFeed |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.audit.types.EventType |
getValue() |
static HpdEventTypeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HpdEventTypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final HpdEventTypeCode ProviderInformationFeed
public static HpdEventTypeCode[] values()
for (HpdEventTypeCode c : HpdEventTypeCode.values()) System.out.println(c);
public static HpdEventTypeCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.openehealth.ipf.commons.audit.types.EventType getValue()
getValue in interface org.openehealth.ipf.commons.audit.types.EnumeratedValueSet<org.openehealth.ipf.commons.audit.types.EventType>Copyright © 2020 Open eHealth Foundation. All rights reserved.