Uses of Class
org.hl7.fhir.dstu2.model.ExpressionNode.Function
-
Packages that use ExpressionNode.Function Package Description org.hl7.fhir.dstu2.model -
-
Uses of ExpressionNode.Function in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return ExpressionNode.Function Modifier and Type Method Description static ExpressionNode.FunctionExpressionNode.Function. fromCode(String name)ExpressionNode.FunctionExpressionNode. getFunction()static ExpressionNode.FunctionExpressionNode.Function. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionNode.Function[]ExpressionNode.Function. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model with parameters of type ExpressionNode.Function Modifier and Type Method Description voidExpressionNode. setFunction(ExpressionNode.Function function)
-