Uses of Enum Class
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.kindIndicates 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 class with the specified name.static NamingSystem.NamingSystemType[]NamingSystem.NamingSystemType.values()Returns an array containing the constants of this enum class, 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