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