Enum QEDM.Interactions
- All Implemented Interfaces:
Serializable
,Comparable<QEDM.Interactions>
,java.lang.constant.Constable
,InteractionId
,FhirInteractionId<FhirQueryAuditDataset>
- Enclosing class:
- QEDM
public static enum QEDM.Interactions
extends Enum<QEDM.Interactions>
implements FhirInteractionId<FhirQueryAuditDataset>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(FhirTransactionOptionsProvider<FhirQueryAuditDataset, ? extends FhirTransactionOptions> optionsProvider, List<? extends FhirTransactionOptions> options) Optional initialization with dynamic TransactionOptionsstatic QEDM.Interactions
Returns the enum constant of this type with the specified name.static QEDM.Interactions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PCC_44
-
-
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
-
init
public void init(FhirTransactionOptionsProvider<FhirQueryAuditDataset, ? extends FhirTransactionOptions> optionsProvider, List<? extends FhirTransactionOptions> options) Description copied from interface:FhirInteractionId
Optional initialization with dynamic TransactionOptions- Specified by:
init
in interfaceFhirInteractionId<FhirQueryAuditDataset>
options
- transaction options
-
getFhirTransactionConfiguration
- Specified by:
getFhirTransactionConfiguration
in interfaceFhirInteractionId<FhirQueryAuditDataset>
-