Enum Xacml20EventTypeCodes
java.lang.Object
java.lang.Enum<Xacml20EventTypeCodes>
org.openehealth.ipf.commons.ihe.xacml20.audit.codes.Xacml20EventTypeCodes
- All Implemented Interfaces:
Serializable,Comparable<Xacml20EventTypeCodes>,java.lang.constant.Constable,org.openehealth.ipf.commons.audit.types.CodedValueType,org.openehealth.ipf.commons.audit.types.EnumeratedCodedValue<org.openehealth.ipf.commons.audit.types.EventType>,org.openehealth.ipf.commons.audit.types.EnumeratedValueSet<org.openehealth.ipf.commons.audit.types.EventType>,org.openehealth.ipf.commons.audit.types.EventType
public enum Xacml20EventTypeCodes
extends Enum<Xacml20EventTypeCodes>
implements org.openehealth.ipf.commons.audit.types.EventType, org.openehealth.ipf.commons.audit.types.EnumeratedCodedValue<org.openehealth.ipf.commons.audit.types.EventType>
EventTypes for transactions in this module
- Since:
- 3.5.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.openehealth.ipf.commons.audit.types.EventType
org.openehealth.ipf.commons.audit.types.EventType.EventTypeImpl -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.audit.types.EventTypegetValue()static Xacml20EventTypeCodesReturns the enum constant of this type with the specified name.static Xacml20EventTypeCodes[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.openehealth.ipf.commons.audit.types.EnumeratedCodedValue
getCode, getCodeSystemName, getDisplayName, getOriginalText, matches
-
Enum Constant Details
-
PrivacyPolicyFeed
-
PrivacyPolicyRetrieve
-
AuthorizationDecisionsQueryIhe
-
AuthorizationDecisionsQueryAdr
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public org.openehealth.ipf.commons.audit.types.EventType getValue()- Specified by:
getValuein interfaceorg.openehealth.ipf.commons.audit.types.EnumeratedValueSet<org.openehealth.ipf.commons.audit.types.EventType>
-