
Uses of Enum
ca.uhn.fhir.jpa.entity.TermValueSetPreExpansionStatusEnum
Packages that use TermValueSetPreExpansionStatusEnum
-
Uses of TermValueSetPreExpansionStatusEnum in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data with parameters of type TermValueSetPreExpansionStatusEnumModifier and TypeMethodDescriptionorg.springframework.data.domain.Slice
<TermValueSet> ITermValueSetDao.findByExpansionStatus
(org.springframework.data.domain.Pageable pageable, TermValueSetPreExpansionStatusEnum theExpansionStatus) -
Uses of TermValueSetPreExpansionStatusEnum in ca.uhn.fhir.jpa.entity
Fields in ca.uhn.fhir.jpa.entity declared as TermValueSetPreExpansionStatusEnumModifier and TypeFieldDescriptionstatic final TermValueSetPreExpansionStatusEnum[]
TermValueSetPreExpansionStatusEnum.values
Convert from Enum ordinal to Enum type.Methods in ca.uhn.fhir.jpa.entity that return TermValueSetPreExpansionStatusEnumModifier and TypeMethodDescriptionTermValueSet.getExpansionStatus()
Returns the enum constant of this type with the specified name.static TermValueSetPreExpansionStatusEnum[]
TermValueSetPreExpansionStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.entity with parameters of type TermValueSetPreExpansionStatusEnumModifier and TypeMethodDescriptionvoid
TermValueSet.setExpansionStatus
(TermValueSetPreExpansionStatusEnum theExpansionStatus)