Uses of Enum
org.hl7.fhir.r5.model.OperationDefinition.OperationParameterScope
-
Uses of OperationDefinition.OperationParameterScope in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionOperationDefinition.OperationDefinitionParameterComponent.scope
If present, indicates that the parameter applies when the operation is being invoked at the specified level.Modifier 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.Modifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.addScopeElement()
OperationDefinition.OperationParameterScopeEnumFactory.fromType
(PrimitiveType<?> code) OperationDefinition.OperationDefinitionParameterComponent.getScope()
Modifier 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) Modifier and TypeMethodDescriptionOperationDefinition.OperationDefinitionParameterComponent.setScope
(List<Enumeration<OperationDefinition.OperationParameterScope>> theScope)