
Package ca.uhn.fhir.fhirpath
Enum Class IFhirPathEvaluationContext.ConstantEvaluationMode
java.lang.Object
java.lang.Enum<IFhirPathEvaluationContext.ConstantEvaluationMode>
ca.uhn.fhir.fhirpath.IFhirPathEvaluationContext.ConstantEvaluationMode
- All Implemented Interfaces:
Serializable
,Comparable<IFhirPathEvaluationContext.ConstantEvaluationMode>
,Constable
- Enclosing interface:
IFhirPathEvaluationContext
public static enum IFhirPathEvaluationContext.ConstantEvaluationMode
extends Enum<IFhirPathEvaluationContext.ConstantEvaluationMode>
The is an adapter for org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode. At present, it matches
org.hl7.fhir.core 1-to-1.
Comments are provided here for convenience, but org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode
should be considered the source of truth.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EXPLICIT
-
NOVALUE
-
IMPLICIT_BEFORE
-
IMPLICIT_AFTER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-