Uses of Enum
ca.uhn.fhir.jpa.model.entity.TagTypeEnum
Packages that use TagTypeEnum
-
Uses of TagTypeEnum in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return TagTypeEnumModifier and TypeMethodDescriptionTagDefinition.getTagType()static TagTypeEnumReturns the enum constant of this type with the specified name.static TagTypeEnum[]TagTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.model.entity with parameters of type TagTypeEnumConstructors in ca.uhn.fhir.jpa.model.entity with parameters of type TagTypeEnumModifierConstructorDescriptionTagDefinition(TagTypeEnum theTagType, String theSystem, String theCode, String theDisplay)