Uses of Class
com.ibm.fhir.model.type.code.ActivityParticipantType.ValueSet
-
Packages that use ActivityParticipantType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of ActivityParticipantType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return ActivityParticipantType.ValueSet Modifier and Type Method Description static ActivityParticipantType.ValueSetActivityParticipantType.ValueSet. from(String value)Factory method for creating ActivityParticipantType.ValueSet values from a passed string value.ActivityParticipantType.ValueSetActivityParticipantType. getValueAsEnumConstant()static ActivityParticipantType.ValueSetActivityParticipantType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityParticipantType.ValueSet[]ActivityParticipantType.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type ActivityParticipantType.ValueSet Modifier and Type Method Description static ActivityParticipantTypeActivityParticipantType. of(ActivityParticipantType.ValueSet value)Factory method for creating ActivityParticipantType objects from a passed enum value.ActivityParticipantType.BuilderActivityParticipantType.Builder. value(ActivityParticipantType.ValueSet value)
-