
Uses of Enum
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.scope
If 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 type with the specified name.OperationDefinition.OperationParameterScope.values()
Returns an array containing the constants of this enum type, 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) boolean
OperationDefinition.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)