Enum Iti66Options
- All Implemented Interfaces:
Serializable,Comparable<Iti66Options>,java.lang.constant.Constable,org.openehealth.ipf.commons.ihe.core.TransactionOptions<Class<? extends org.openehealth.ipf.commons.ihe.fhir.FhirProvider>>,org.openehealth.ipf.commons.ihe.fhir.FhirTransactionOptions
public enum Iti66Options
extends Enum<Iti66Options>
implements org.openehealth.ipf.commons.ihe.fhir.FhirTransactionOptions
- Since:
- 4.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMHD 3.2.0 and 4.2.1 Resource Provider, supporting both DocumentManifest and List resourcesLenient MHD 3.2.0 Resource Provider, supporting some search parameters from STU3 versionsMHD 4.2.1 Resource Provider, supporting querying List resourcesStrict MHD 3.2.0 Resource Provider -
Method Summary
Modifier and TypeMethodDescriptionstatic Iti66OptionsReturns the enum constant of this type with the specified name.static Iti66Options[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STRICT
Strict MHD 3.2.0 Resource Provider -
LENIENT
Lenient MHD 3.2.0 Resource Provider, supporting some search parameters from STU3 versions -
LIST
MHD 4.2.1 Resource Provider, supporting querying List resources -
COMPATIBILITY
MHD 3.2.0 and 4.2.1 Resource Provider, supporting both DocumentManifest and List resources
-
-
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
-
getSupportedThings
public List<Class<? extends org.openehealth.ipf.commons.ihe.fhir.FhirProvider>> getSupportedThings()- Specified by:
getSupportedThingsin interfaceorg.openehealth.ipf.commons.ihe.core.TransactionOptions<Class<? extends org.openehealth.ipf.commons.ihe.fhir.FhirProvider>>
-