Uses of Enum
org.hl7.fhir.r4.model.Group.GroupType
-
Uses of Group.GroupType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration<Group.GroupType>
Group.type
Identifies the broad classification of the kind of resources the group includes.Modifier and TypeMethodDescriptionstatic Group.GroupType
Group.getType()
static Group.GroupType
Returns the enum constant of this type with the specified name.static Group.GroupType[]
Group.GroupType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGroup.GroupTypeEnumFactory.fromType
(PrimitiveType<?> code) Group.getTypeElement()
Modifier and TypeMethodDescriptionGroup.setType
(Group.GroupType value) Group.GroupTypeEnumFactory.toCode
(Group.GroupType code) Group.GroupTypeEnumFactory.toSystem
(Group.GroupType code) ModifierConstructorDescriptionGroup
(Enumeration<Group.GroupType> type, BooleanType actual) Constructor