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