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