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