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