
Uses of Enum
org.hl7.fhir.dstu3.model.Group.GroupType
Packages that use Group.GroupType
-
Uses of Group.GroupType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Group.GroupTypeModifier and TypeFieldDescriptionprotected Enumeration
<Group.GroupType> Group.type
Identifies the broad classification of the kind of resources the group includes.Methods in org.hl7.fhir.dstu3.model that return Group.GroupTypeModifier 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.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Group.GroupTypeModifier and TypeMethodDescriptionGroup.GroupTypeEnumFactory.fromType
(PrimitiveType<?> code) Group.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Group.GroupTypeModifier and TypeMethodDescriptionGroup.setType
(Group.GroupType value) Group.GroupTypeEnumFactory.toCode
(Group.GroupType code) Group.GroupTypeEnumFactory.toSystem
(Group.GroupType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Group.GroupTypeConstructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Group.GroupTypeModifierConstructorDescriptionGroup
(Enumeration<Group.GroupType> type, BooleanType actual) Constructor