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