Uses of Enum
org.hl7.fhir.dstu3.model.CapabilityStatement.UnknownContentCode
Packages that use CapabilityStatement.UnknownContentCode
-
Uses of CapabilityStatement.UnknownContentCode in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type CapabilityStatement.UnknownContentCodeModifier and TypeFieldDescriptionCapabilityStatement.acceptUnknownA code that indicates whether the application accepts unknown elements or extensions when reading resources.Methods in org.hl7.fhir.dstu3.model that return CapabilityStatement.UnknownContentCodeModifier and TypeMethodDescriptionCapabilityStatement.getAcceptUnknown()Returns the enum constant of this type with the specified name.CapabilityStatement.UnknownContentCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type CapabilityStatement.UnknownContentCodeMethods in org.hl7.fhir.dstu3.model with parameters of type CapabilityStatement.UnknownContentCodeModifier and TypeMethodDescriptionCapabilityStatement.setAcceptUnknown(CapabilityStatement.UnknownContentCode value)CapabilityStatement.UnknownContentCodeEnumFactory.toCode(CapabilityStatement.UnknownContentCode code)CapabilityStatement.UnknownContentCodeEnumFactory.toSystem(CapabilityStatement.UnknownContentCode code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CapabilityStatement.UnknownContentCodeModifier and TypeMethodDescriptionCapabilityStatement.setAcceptUnknownElement(Enumeration<CapabilityStatement.UnknownContentCode> value)