Uses of Class
com.ibm.fhir.model.type.code.ParticipantStatus.ValueSet
-
Packages that use ParticipantStatus.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of ParticipantStatus.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return ParticipantStatus.ValueSet Modifier and Type Method Description static ParticipantStatus.ValueSetParticipantStatus.ValueSet. from(String value)Factory method for creating ParticipantStatus.ValueSet values from a passed string value.ParticipantStatus.ValueSetParticipantStatus. getValueAsEnumConstant()static ParticipantStatus.ValueSetParticipantStatus.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipantStatus.ValueSet[]ParticipantStatus.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 ParticipantStatus.ValueSet Modifier and Type Method Description static ParticipantStatusParticipantStatus. of(ParticipantStatus.ValueSet value)Factory method for creating ParticipantStatus objects from a passed enum value.ParticipantStatus.BuilderParticipantStatus.Builder. value(ParticipantStatus.ValueSet value)
-