Uses of Class
org.hl7.fhir.r4.fhirpath.ExpressionNode.Operation
-
Packages that use ExpressionNode.Operation Package Description org.hl7.fhir.r4.fhirpath -
-
Uses of ExpressionNode.Operation in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath that return ExpressionNode.Operation Modifier and Type Method Description static ExpressionNode.OperationExpressionNode.Operation. fromCode(String name)ExpressionNode.OperationExpressionNode. getOperation()static ExpressionNode.OperationExpressionNode.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionNode.Operation[]ExpressionNode.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.fhirpath with parameters of type ExpressionNode.Operation Modifier and Type Method Description voidExpressionNode. setOperation(ExpressionNode.Operation operation)
-