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