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