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