Uses of Class
org.hl7.fhir.r4.fhirpath.ExpressionNode.Kind
-
Packages that use ExpressionNode.Kind Package Description org.hl7.fhir.r4.fhirpath -
-
Uses of ExpressionNode.Kind in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath that return ExpressionNode.Kind Modifier and Type Method Description ExpressionNode.KindExpressionNode. getKind()static ExpressionNode.KindExpressionNode.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionNode.Kind[]ExpressionNode.Kind. 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.Kind Modifier and Type Method Description voidExpressionNode. setKind(ExpressionNode.Kind kind)
-