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