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