
Uses of Enum
org.hl7.fhir.r5.model.NamingSystem.NamingSystemType
Packages that use NamingSystem.NamingSystemType
-
Uses of NamingSystem.NamingSystemType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type NamingSystem.NamingSystemTypeModifier and TypeFieldDescriptionprotected Enumeration
<NamingSystem.NamingSystemType> NamingSystem.kind
Indicates the purpose for the naming system - what kinds of things does it make unique?Methods in org.hl7.fhir.r5.model that return NamingSystem.NamingSystemTypeModifier and TypeMethodDescriptionNamingSystem.getKind()
Returns the enum constant of this type with the specified name.static NamingSystem.NamingSystemType[]
NamingSystem.NamingSystemType.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 NamingSystem.NamingSystemTypeModifier and TypeMethodDescriptionNamingSystem.NamingSystemTypeEnumFactory.fromType
(PrimitiveType<?> code) NamingSystem.getKindElement()
Methods in org.hl7.fhir.r5.model with parameters of type NamingSystem.NamingSystemTypeModifier and TypeMethodDescriptionNamingSystem.setKind
(NamingSystem.NamingSystemType value) NamingSystem.NamingSystemTypeEnumFactory.toCode
(NamingSystem.NamingSystemType code) NamingSystem.NamingSystemTypeEnumFactory.toSystem
(NamingSystem.NamingSystemType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type NamingSystem.NamingSystemTypeModifier and TypeMethodDescriptionNamingSystem.setKindElement
(Enumeration<NamingSystem.NamingSystemType> value) Constructors in org.hl7.fhir.r5.model with parameters of type NamingSystem.NamingSystemTypeModifierConstructorDescriptionNamingSystem
(String name, Enumerations.PublicationStatus status, NamingSystem.NamingSystemType kind, Date date, NamingSystem.NamingSystemUniqueIdComponent uniqueId) Constructor