Uses of Class
org.hl7.fhir.dstu2016may.model.ActionDefinition.ParticipantType
-
Packages that use ActionDefinition.ParticipantType Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of ActionDefinition.ParticipantType in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ActionDefinition.ParticipantType Modifier and Type Field Description protected List<Enumeration<ActionDefinition.ParticipantType>>ActionDefinition. participantTypeThe type of participant in the action.Methods in org.hl7.fhir.dstu2016may.model that return ActionDefinition.ParticipantType Modifier and Type Method Description static ActionDefinition.ParticipantTypeActionDefinition.ParticipantType. fromCode(String codeString)ActionDefinition.ParticipantTypeActionDefinition.ParticipantTypeEnumFactory. fromCode(String codeString)static ActionDefinition.ParticipantTypeActionDefinition.ParticipantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionDefinition.ParticipantType[]ActionDefinition.ParticipantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ActionDefinition.ParticipantType Modifier and Type Method Description Enumeration<ActionDefinition.ParticipantType>ActionDefinition. addParticipantTypeElement()Enumeration<ActionDefinition.ParticipantType>ActionDefinition.ParticipantTypeEnumFactory. fromType(Base code)List<Enumeration<ActionDefinition.ParticipantType>>ActionDefinition. getParticipantType()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ActionDefinition.ParticipantType Modifier and Type Method Description ActionDefinitionActionDefinition. addParticipantType(ActionDefinition.ParticipantType value)booleanActionDefinition. hasParticipantType(ActionDefinition.ParticipantType value)StringActionDefinition.ParticipantTypeEnumFactory. toCode(ActionDefinition.ParticipantType code)StringActionDefinition.ParticipantTypeEnumFactory. toSystem(ActionDefinition.ParticipantType code)
-