Uses of Enum
org.hl7.fhir.r4.model.NamingSystem.NamingSystemType
-
Uses of NamingSystem.NamingSystemType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<NamingSystem.NamingSystemType> NamingSystem.kind
Indicates the purpose for the naming system - what kinds of things does it make unique?Modifier 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.Modifier and TypeMethodDescriptionNamingSystem.NamingSystemTypeEnumFactory.fromType
(PrimitiveType<?> code) NamingSystem.getKindElement()
Modifier and TypeMethodDescriptionNamingSystem.setKind
(NamingSystem.NamingSystemType value) NamingSystem.NamingSystemTypeEnumFactory.toCode
(NamingSystem.NamingSystemType code) NamingSystem.NamingSystemTypeEnumFactory.toSystem
(NamingSystem.NamingSystemType code) Modifier and TypeMethodDescriptionNamingSystem.setKindElement
(Enumeration<NamingSystem.NamingSystemType> value)