
Uses of Enum Class
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.typeIdentifies 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.GroupTypeGroup.getType()static Group.GroupTypeReturns the enum constant of this class with the specified name.static Group.GroupType[]Group.GroupType.values()Returns an array containing the constants of this enum class, 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