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