
Enum FHIRPathResourceGeneratorR4.PathType
java.lang.Object
java.lang.Enum<FHIRPathResourceGeneratorR4.PathType>
org.hl7.fhir.common.hapi.validation.validator.FHIRPathResourceGeneratorR4.PathType
- All Implemented Interfaces:
Serializable
,Comparable<FHIRPathResourceGeneratorR4.PathType>
- Enclosing class:
FHIRPathResourceGeneratorR4<T extends org.hl7.fhir.r4.model.Resource>
public static enum FHIRPathResourceGeneratorR4.PathType
extends Enum<FHIRPathResourceGeneratorR4.PathType>
A simple enum to diffirentiate between types of FHIRPaths in the special use
case of generating FHIR Resources.
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FHIRPathResourceGeneratorR4.PathType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
WHERE_EQUALS
-
WHERE_UNEQUALS
-
WITHOUT_WHERE
-
-
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
-