Uses of Class
org.hl7.fhir.r4.model.ExpressionNode.Kind
-
Packages that use ExpressionNode.Kind Package Description org.hl7.fhir.r4.model -
-
Uses of ExpressionNode.Kind in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model 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.model with parameters of type ExpressionNode.Kind Modifier and Type Method Description voidExpressionNode. setKind(ExpressionNode.Kind kind)
-