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