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