Uses of Enum Class
org.projecthusky.valueset.enums.SourceSystemType
Packages that use SourceSystemType
-
Uses of SourceSystemType in org.projecthusky.valueset.config
Methods in org.projecthusky.valueset.config that return SourceSystemTypeModifier and TypeMethodDescriptionValueSetConfig.getSourceSystemType()
Gets the source system type (type of the system, that is maintained by the publishing authority for ValueSet publications). Ruft den Quellsystemtyp ab (Typ des Systems, der von der Veröffentlichungsbehörde für die ValueSet-Veröffentlichungen unterhalten wird).Methods in org.projecthusky.valueset.config with parameters of type SourceSystemTypeModifier and TypeMethodDescriptionvoid
ValueSetConfig.setSourceSystemType
(SourceSystemType sourceSystemType) Sets the source system type.ValueSetConfig.Builder.withSourceSystemType
(SourceSystemType sourceSystemType) With source system type. -
Uses of SourceSystemType in org.projecthusky.valueset.enums
Methods in org.projecthusky.valueset.enums that return SourceSystemTypeModifier and TypeMethodDescriptionstatic SourceSystemType
Returns the enum constant of this class with the specified name.static SourceSystemType[]
SourceSystemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.