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