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