public static enum MHD.RetrieveInteractions extends Enum<MHD.RetrieveInteractions> implements FhirInteractionId<Iti68AuditDataset>
| Enum Constant and Description |
|---|
ITI_68 |
| Modifier and Type | Method and Description |
|---|---|
FhirTransactionConfiguration<Iti68AuditDataset> |
getFhirTransactionConfiguration() |
static MHD.RetrieveInteractions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MHD.RetrieveInteractions[] |
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, valueOfinitpublic static final MHD.RetrieveInteractions ITI_68
public static MHD.RetrieveInteractions[] values()
for (MHD.RetrieveInteractions c : MHD.RetrieveInteractions.values()) System.out.println(c);
public static MHD.RetrieveInteractions 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 null@Generated(value="lombok") public FhirTransactionConfiguration<Iti68AuditDataset> getFhirTransactionConfiguration()
getFhirTransactionConfiguration in interface FhirInteractionId<Iti68AuditDataset>Copyright © 2018 Open eHealth Foundation. All rights reserved.