public static enum ATNA.Interactions extends Enum<ATNA.Interactions> implements org.openehealth.ipf.commons.ihe.fhir.FhirInteractionId<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset>
| Enum Constant and Description |
|---|
ITI_81 |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset> |
getFhirTransactionConfiguration() |
static ATNA.Interactions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ATNA.Interactions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ATNA.Interactions ITI_81
public static ATNA.Interactions[] values()
for (ATNA.Interactions c : ATNA.Interactions.values()) System.out.println(c);
public static ATNA.Interactions 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 org.openehealth.ipf.commons.ihe.fhir.FhirTransactionConfiguration<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset> getFhirTransactionConfiguration()
getFhirTransactionConfiguration in interface org.openehealth.ipf.commons.ihe.fhir.FhirInteractionId<org.openehealth.ipf.commons.ihe.fhir.audit.FhirQueryAuditDataset>Copyright © 2018 Open eHealth Foundation. All rights reserved.