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