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