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