Uses of Enum
org.hl7.fhir.dstu3.model.CapabilityStatement.TypeRestfulInteraction
-
Uses of CapabilityStatement.TypeRestfulInteraction in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionCapabilityStatement.ResourceInteractionComponent.code
Coded identifier of the operation, supported by the system resource.Modifier and TypeMethodDescriptionCapabilityStatement.ResourceInteractionComponent.getCode()
Returns the enum constant of this type with the specified name.CapabilityStatement.TypeRestfulInteraction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCapabilityStatement.TypeRestfulInteractionEnumFactory.fromType
(PrimitiveType<?> code) CapabilityStatement.ResourceInteractionComponent.getCodeElement()
Modifier and TypeMethodDescriptionCapabilityStatement.ResourceInteractionComponent.setCode
(CapabilityStatement.TypeRestfulInteraction value) CapabilityStatement.TypeRestfulInteractionEnumFactory.toCode
(CapabilityStatement.TypeRestfulInteraction code) CapabilityStatement.TypeRestfulInteractionEnumFactory.toSystem
(CapabilityStatement.TypeRestfulInteraction code) Modifier and TypeMethodDescriptionCapabilityStatement.ResourceInteractionComponent.setCodeElement
(Enumeration<CapabilityStatement.TypeRestfulInteraction> value) ModifierConstructorDescriptionConstructor