
Uses of Enum Class
org.hl7.fhir.r5.model.OperationDefinition.OperationParameterScope
Packages that use OperationDefinition.OperationParameterScope
- 
Uses of OperationDefinition.OperationParameterScope in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type OperationDefinition.OperationParameterScopeModifier and TypeFieldDescriptionOperationDefinition.OperationDefinitionParameterComponent.scopeIf present, indicates that the parameter applies when the operation is being invoked at the specified level.Methods in org.hl7.fhir.r5.model that return OperationDefinition.OperationParameterScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OperationDefinition.OperationParameterScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type OperationDefinition.OperationParameterScopeModifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.addScopeElement()OperationDefinition.OperationParameterScopeEnumFactory.fromType(PrimitiveType<?> code) OperationDefinition.OperationDefinitionParameterComponent.getScope()Methods in org.hl7.fhir.r5.model with parameters of type OperationDefinition.OperationParameterScopeModifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.addScope(OperationDefinition.OperationParameterScope value) booleanOperationDefinition.OperationDefinitionParameterComponent.hasScope(OperationDefinition.OperationParameterScope value) OperationDefinition.OperationParameterScopeEnumFactory.toCode(OperationDefinition.OperationParameterScope code) OperationDefinition.OperationParameterScopeEnumFactory.toSystem(OperationDefinition.OperationParameterScope code) Method parameters in org.hl7.fhir.r5.model with type arguments of type OperationDefinition.OperationParameterScopeModifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.setScope(List<Enumeration<OperationDefinition.OperationParameterScope>> theScope)