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