
Uses of Enum
org.hl7.fhir.r5.model.Permission.PermissionRuleCombining
Packages that use Permission.PermissionRuleCombining
-
Uses of Permission.PermissionRuleCombining in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Permission.PermissionRuleCombiningModifier and TypeFieldDescriptionprotected Enumeration
<Permission.PermissionRuleCombining> Permission.combining
Defines a procedure for arriving at an access decision given the set of rules.Methods in org.hl7.fhir.r5.model that return Permission.PermissionRuleCombiningModifier and TypeMethodDescriptionPermission.getCombining()
Returns the enum constant of this type with the specified name.static Permission.PermissionRuleCombining[]
Permission.PermissionRuleCombining.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 Permission.PermissionRuleCombiningModifier and TypeMethodDescriptionPermission.PermissionRuleCombiningEnumFactory.fromType
(PrimitiveType<?> code) Permission.getCombiningElement()
Methods in org.hl7.fhir.r5.model with parameters of type Permission.PermissionRuleCombiningModifier and TypeMethodDescriptionPermission.setCombining
(Permission.PermissionRuleCombining value) Permission.PermissionRuleCombiningEnumFactory.toCode
(Permission.PermissionRuleCombining code) Permission.PermissionRuleCombiningEnumFactory.toSystem
(Permission.PermissionRuleCombining code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Permission.PermissionRuleCombiningModifier and TypeMethodDescriptionPermission.setCombiningElement
(Enumeration<Permission.PermissionRuleCombining> value) Constructors in org.hl7.fhir.r5.model with parameters of type Permission.PermissionRuleCombiningModifierConstructorDescriptionPermission
(Permission.PermissionStatus status, Permission.PermissionRuleCombining combining) Constructor